Module Name: src
Committed By: pooka
Date: Thu Sep 24 21:00:09 UTC 2009
Modified Files:
src/sys/rump/librump/rumpkern: emul.c
Log Message:
remove a no longer necessary hack
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/rump/librump/rumpkern/emul.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/emul.c
diff -u src/sys/rump/librump/rumpkern/emul.c:1.95 src/sys/rump/librump/rumpkern/emul.c:1.96
--- src/sys/rump/librump/rumpkern/emul.c:1.95 Sun Sep 20 23:02:31 2009
+++ src/sys/rump/librump/rumpkern/emul.c Thu Sep 24 21:00:09 2009
@@ -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 */