Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/powerpc remove a #if 0 block



details:   https://anonhg.NetBSD.org/src/rev/f9a26b64f8ec
branches:  trunk
changeset: 766361:f9a26b64f8ec
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jun 21 05:14:26 2011 +0000

description:
remove a #if 0 block

diffstat:

 sys/arch/powerpc/powerpc/locore_subr.S |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r 071af718f5cd -r f9a26b64f8ec sys/arch/powerpc/powerpc/locore_subr.S
--- a/sys/arch/powerpc/powerpc/locore_subr.S    Tue Jun 21 05:01:17 2011 +0000
+++ b/sys/arch/powerpc/powerpc/locore_subr.S    Tue Jun 21 05:14:26 2011 +0000
@@ -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))



Home | Main Index | Thread Index | Old Index