Module Name: src
Committed By: christos
Date: Thu Feb 17 21:02:26 UTC 2011
Modified Files:
src/sys/sys: lwp.h
Log Message:
Need pcu.h unconditionally.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys/sys/lwp.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/sys/lwp.h
diff -u src/sys/sys/lwp.h:1.145 src/sys/sys/lwp.h:1.146
--- src/sys/sys/lwp.h:1.145 Thu Feb 17 15:55:01 2011
+++ src/sys/sys/lwp.h Thu Feb 17 16:02:26 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: lwp.h,v 1.145 2011/02/17 20:55:01 christos Exp $ */
+/* $NetBSD: lwp.h,v 1.146 2011/02/17 21:02:26 christos Exp $ */
/*-
* Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010
@@ -44,9 +44,7 @@
#include <sys/specificdata.h>
#include <sys/syncobj.h>
#include <sys/resource.h>
-#if defined(_KERNEL) || defined(_KMEMUSER)
#include <sys/pcu.h>
-#endif
#if defined(_KERNEL)
#include <machine/cpu.h> /* curcpu() and cpu_info */