Module Name:    src
Committed By:   matt
Date:           Tue Jun 21 05:15:44 UTC 2011

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

Log Message:
Remove #if 0 block


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/powerpc/powerpc/trap_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/trap_subr.S
diff -u src/sys/arch/powerpc/powerpc/trap_subr.S:1.70 src/sys/arch/powerpc/powerpc/trap_subr.S:1.71
--- src/sys/arch/powerpc/powerpc/trap_subr.S:1.70	Fri Jun 17 05:10:53 2011
+++ src/sys/arch/powerpc/powerpc/trap_subr.S	Tue Jun 21 05:15:44 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: trap_subr.S,v 1.70 2011/06/17 05:10:53 matt Exp $	*/
+/*	$NetBSD: trap_subr.S,v 1.71 2011/06/21 05:15:44 matt Exp $	*/
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -962,13 +962,7 @@
 /* Test AST pending: */
 	mtcr	%r31
 	bf	MSR_PR,trapleave	/* branch if PSL_PR is false */
-#if 0
-	GET_CPUINFO(%r3)
-	ldptr	%r3,CI_CURLWP(%r3)
-	ldint	%r4,L_MD_ASTPENDING(%r3)
-#else
 	ldint	%r4,L_MD_ASTPENDING(%r13)
-#endif
 	andi.	%r4,%r4,1
 	beq	trapleave
 

Reply via email to