Module Name: src
Committed By: christos
Date: Thu Apr 3 15:22:36 UTC 2014
Modified Files:
src/sys/arch/amd64/include: types.h
Log Message:
we have cpu_bootconf()
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/amd64/include/types.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/arch/amd64/include/types.h
diff -u src/sys/arch/amd64/include/types.h:1.44 src/sys/arch/amd64/include/types.h:1.45
--- src/sys/arch/amd64/include/types.h:1.44 Thu Mar 20 16:45:32 2014
+++ src/sys/arch/amd64/include/types.h Thu Apr 3 11:22:36 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.44 2014/03/20 20:45:32 christos Exp $ */
+/* $NetBSD: types.h,v 1.45 2014/04/03 15:22:36 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -81,6 +81,7 @@ typedef volatile unsigned char __cpu_si
#define __HAVE_NEW_STYLE_BUS_H
#define __HAVE_CPU_COUNTER
#define __HAVE_CPU_DATA_FIRST
+#define __HAVE_CPU_BOOTCONF
#define __HAVE_MD_CPU_OFFLINE
#define __HAVE_SYSCALL_INTERN
#define __HAVE_MINIMAL_EMUL