Module Name:    src
Committed By:   matt
Date:           Tue Jun 21 05:14:26 UTC 2011

Modified Files:
        src/sys/arch/powerpc/powerpc: locore_subr.S

Log Message:
remove a #if 0 block


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/powerpc/powerpc/locore_subr.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/locore_subr.S
diff -u src/sys/arch/powerpc/powerpc/locore_subr.S:1.45 src/sys/arch/powerpc/powerpc/locore_subr.S:1.46
--- src/sys/arch/powerpc/powerpc/locore_subr.S:1.45	Mon Jun 20 08:18:28 2011
+++ src/sys/arch/powerpc/powerpc/locore_subr.S	Tue Jun 21 05:14:26 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore_subr.S,v 1.45 2011/06/20 08:18:28 matt Exp $	*/
+/*	$NetBSD: locore_subr.S,v 1.46 2011/06/21 05:14:26 matt Exp $	*/
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -517,13 +517,7 @@
 	tweqi	%r0,0
 #endif
 	li	%r4, 1			/* make sure userret gets called */
-#if 0
-	GET_CPUINFO(%r3)
-	ldptr	%r3, CI_CURLWP(%r3)
-	stint	%r4, L_MD_ASTPENDING(%r3)
-#else
 	stint	%r4, L_MD_ASTPENDING(%r13)
-#endif
 	b	trapexit
 
 #if defined(MULTIPROCESSOR) && (defined(PPC_OEA) || defined (PPC_OEA64_BRIDGE))

Reply via email to