Module Name: src
Committed By: christos
Date: Mon Dec 20 04:29:56 UTC 2010
Modified Files:
src/sys/arch/x86/include: Makefile
Log Message:
To use x86/cpu.h struct cpu_info from userland, we need via_padlock.h installed.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/include/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/include/Makefile
diff -u src/sys/arch/x86/include/Makefile:1.14 src/sys/arch/x86/include/Makefile:1.15
--- src/sys/arch/x86/include/Makefile:1.14 Tue Jul 6 20:10:14 2010
+++ src/sys/arch/x86/include/Makefile Sun Dec 19 23:29:56 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/07/07 00:10:14 njoly Exp $
+# $NetBSD: Makefile,v 1.15 2010/12/20 04:29:56 christos Exp $
INCSDIR=/usr/include/x86
@@ -21,6 +21,7 @@
rwlock.h \
specialreg.h \
sysarch.h \
- trap.h
+ trap.h \
+ via_padlock.h
.include <bsd.kinc.mk>