svn commit: r234760 - head/sys/powerpc/aim

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Apr 28 14:42:49 UTC 2012


Author: nwhitehorn
Date: Sat Apr 28 14:42:49 2012
New Revision: 234760
URL: http://svn.freebsd.org/changeset/base/234760

Log:
  Fix build on 32-bit systems.

Modified:
  head/sys/powerpc/aim/moea64_native.c

Modified: head/sys/powerpc/aim/moea64_native.c
==============================================================================
--- head/sys/powerpc/aim/moea64_native.c	Sat Apr 28 11:11:53 2012	(r234759)
+++ head/sys/powerpc/aim/moea64_native.c	Sat Apr 28 14:42:49 2012	(r234760)
@@ -174,7 +174,7 @@ TLBIE(uint64_t vpn) {
 	    ptesync;" 
 	: "=r"(msr), "=r"(scratch) : "r"(vpn_hi), "r"(vpn_lo), "r"(32), "r"(1)
 	    : "memory");
-	intr_enable();
+	intr_restore(intr);
 #endif
 
 	/* No barriers or special ops -- taken care of by ptesync above */


More information about the svn-src-head mailing list