Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/include/machine rump_get_curlwp() is dead



details:   https://anonhg.NetBSD.org/src/rev/963b062c39cf
branches:  trunk
changeset: 748182:963b062c39cf
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Oct 15 16:46:37 2009 +0000

description:
rump_get_curlwp() is dead

diffstat:

 sys/rump/include/machine/cpu.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r ce5d43b14edd -r 963b062c39cf sys/rump/include/machine/cpu.h
--- a/sys/rump/include/machine/cpu.h    Thu Oct 15 16:41:08 2009 +0000
+++ b/sys/rump/include/machine/cpu.h    Thu Oct 15 16:46:37 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.11 2009/10/15 01:50:08 pooka Exp $   */
+/*     $NetBSD: cpu.h,v 1.12 2009/10/15 16:46:37 pooka Exp $   */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -72,8 +72,8 @@
 void __syncicache(void *, size_t);
 #endif
 
-struct lwp *rump_get_curlwp(void); /* XXX */
-#define curlwp rump_get_curlwp()
+struct lwp *rumpuser_get_curlwp(void);
+#define curlwp rumpuser_get_curlwp()
 
 #define curcpu() (curlwp->l_cpu)
 #define cpu_number() 0 /* XXX: not good enuf */



Home | Main Index | Thread Index | Old Index