Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern remove a no longer necessary hack



details:   https://anonhg.NetBSD.org/src/rev/5fc07498caf3
branches:  trunk
changeset: 747619:5fc07498caf3
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Sep 24 21:00:09 2009 +0000

description:
remove a no longer necessary hack

diffstat:

 sys/rump/librump/rumpkern/emul.c |  13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diffs (31 lines):

diff -r f62863c95859 -r 5fc07498caf3 sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c  Thu Sep 24 20:38:53 2009 +0000
+++ b/sys/rump/librump/rumpkern/emul.c  Thu Sep 24 21:00:09 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emul.c,v 1.95 2009/09/20 23:02:31 pooka Exp $  */
+/*     $NetBSD: emul.c,v 1.96 2009/09/24 21:00:09 pooka Exp $  */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.95 2009/09/20 23:02:31 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.96 2009/09/24 21:00:09 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/malloc.h>
@@ -776,12 +776,3 @@
 
        /* nada */
 }
-
-
-/* XXX: static, but not used except to make spcopy.S link */
-#ifdef __hppa__
-#undef curlwp
-struct lwp *curlwp = &lwp0;
-#endif
-
-/* make sure the above is the last entry in this file */



Home | Main Index | Thread Index | Old Index