Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2012 14:42:49 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234760 - head/sys/powerpc/aim
Message-ID:  <201204281442.q3SEgnRV065631@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204281442.q3SEgnRV065631>