Module Name:    src
Committed By:   pooka
Date:           Thu Dec  2 21:20:40 UTC 2010

Modified Files:
        src/sys/rump/include/machine: cpu.h

Log Message:
add ci_curlwp since we use it now


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/rump/include/machine/cpu.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/machine/cpu.h
diff -u src/sys/rump/include/machine/cpu.h:1.12 src/sys/rump/include/machine/cpu.h:1.13
--- src/sys/rump/include/machine/cpu.h:1.12	Thu Oct 15 16:46:37 2009
+++ src/sys/rump/include/machine/cpu.h	Thu Dec  2 21:20:39 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.12 2009/10/15 16:46:37 pooka Exp $	*/
+/*	$NetBSD: cpu.h,v 1.13 2010/12/02 21:20:39 pooka Exp $	*/
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -38,6 +38,7 @@
 struct cpu_info {
 	struct cpu_data ci_data;
 	cpuid_t ci_cpuid;
+	struct lwp *ci_curlwp;
 
 /*
  * XXX: horrible workaround for vax lock.h.

Reply via email to