Module Name: src
Committed By: pooka
Date: Tue Oct 13 20:08:08 UTC 2009
Modified Files:
src/sys/rump/include/rump: rump.h
Log Message:
don't define curlwp, it's just (unused) sugar
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/rump/include/rump/rump.h
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/include/rump/rump.h
diff -u src/sys/rump/include/rump/rump.h:1.29 src/sys/rump/include/rump/rump.h:1.30
--- src/sys/rump/include/rump/rump.h:1.29 Sun Oct 11 23:23:09 2009
+++ src/sys/rump/include/rump/rump.h Tue Oct 13 20:08:08 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.h,v 1.29 2009/10/11 23:23:09 pooka Exp $ */
+/* $NetBSD: rump.h,v 1.30 2009/10/13 20:08:08 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -62,10 +62,6 @@
#include <rump/rumpvnode_if.h>
#include <rump/rumpdefs.h>
-#ifndef curlwp
-#define curlwp rump_get_curlwp()
-#endif
-
/*
* Something like rump capabilities would be nicer, but let's
* do this for a start.