Module Name: src
Committed By: matt
Date: Mon Aug 19 22:13:34 UTC 2013
Modified Files:
src/lib/libc/arch/arm: SYS.h
Log Message:
Group all syscalls together.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/arch/arm/SYS.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/arch/arm/SYS.h
diff -u src/lib/libc/arch/arm/SYS.h:1.14 src/lib/libc/arch/arm/SYS.h:1.15
--- src/lib/libc/arch/arm/SYS.h:1.14 Fri Aug 16 22:30:28 2013
+++ src/lib/libc/arch/arm/SYS.h Mon Aug 19 22:13:34 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: SYS.h,v 1.14 2013/08/16 22:30:28 matt Exp $ */
+/* $NetBSD: SYS.h,v 1.15 2013/08/19 22:13:34 matt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -34,6 +34,8 @@
* from: @(#)SYS.h 5.5 (Berkeley) 5/7/91
*/
+#define _TEXT_SECTION .section .text.hot, "ax"
+
#include <machine/asm.h>
#include <sys/syscall.h>
#include <arm/swi.h>