Module Name: src
Committed By: he
Date: Mon Apr 13 11:56:35 UTC 2009
Modified Files:
src/sys/arch/powerpc/powerpc: darwin_commpage_machdep.S
Log Message:
Define _NOREGNAMES before including <machine/asm.h> so that the
assembler doesn't get confused.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/sys/arch/powerpc/powerpc/darwin_commpage_machdep.S
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/powerpc/darwin_commpage_machdep.S
diff -u src/sys/arch/powerpc/powerpc/darwin_commpage_machdep.S:1.8 src/sys/arch/powerpc/powerpc/darwin_commpage_machdep.S:1.9
--- src/sys/arch/powerpc/powerpc/darwin_commpage_machdep.S:1.8 Sun May 4 00:18:16 2008
+++ src/sys/arch/powerpc/powerpc/darwin_commpage_machdep.S Mon Apr 13 11:56:35 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: darwin_commpage_machdep.S,v 1.8 2008/05/04 00:18:16 martin Exp $ */
+/* $NetBSD: darwin_commpage_machdep.S,v 1.9 2009/04/13 11:56:35 he Exp $ */
/*
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -29,6 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#define _NOREGNAMES
#include <machine/asm.h>
#include <compat/mach/mach_syscall.h>