Module Name:    src
Committed By:   matt
Date:           Fri Feb 18 21:17:23 UTC 2011

Modified Files:
        src/sys/arch/powerpc/booke [matt-nb5-pq3]: booke_stubs.c

Log Message:
Mark splhigh as __noprofile.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/powerpc/booke/booke_stubs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/powerpc/booke/booke_stubs.c
diff -u src/sys/arch/powerpc/booke/booke_stubs.c:1.1.2.2 src/sys/arch/powerpc/booke/booke_stubs.c:1.1.2.3
--- src/sys/arch/powerpc/booke/booke_stubs.c:1.1.2.2	Fri Feb 18 21:12:17 2011
+++ src/sys/arch/powerpc/booke/booke_stubs.c	Fri Feb 18 21:17:22 2011
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: booke_stubs.c,v 1.1.2.2 2011/02/18 21:12:17 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: booke_stubs.c,v 1.1.2.3 2011/02/18 21:17:22 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/cpu.h>
@@ -218,7 +218,7 @@
  * This is called by softint_cleanup and can't be a stub but it can call
  * a stub.
  */
-int 
+int __noprofile
 splhigh(void)
 {
 	return splraise(IPL_HIGH);

Reply via email to