Source-Changes-HG archive

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

[src/trunk]: src/sys/arch we have cpu_bootconf()



details:   https://anonhg.NetBSD.org/src/rev/e6fde3c8ad62
branches:  trunk
changeset: 328433:e6fde3c8ad62
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 03 15:22:19 2014 +0000

description:
we have cpu_bootconf()

diffstat:

 sys/arch/amd64/include/types.h |  3 ++-
 sys/arch/i386/include/types.h  |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r adf596cc3e55 -r e6fde3c8ad62 sys/arch/amd64/include/types.h
--- a/sys/arch/amd64/include/types.h    Thu Apr 03 15:21:52 2014 +0000
+++ b/sys/arch/amd64/include/types.h    Thu Apr 03 15:22:19 2014 +0000
@@ -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 @@
 #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
diff -r adf596cc3e55 -r e6fde3c8ad62 sys/arch/i386/include/types.h
--- a/sys/arch/i386/include/types.h     Thu Apr 03 15:21:52 2014 +0000
+++ b/sys/arch/i386/include/types.h     Thu Apr 03 15:22:19 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.76 2013/12/01 01:05:16 christos Exp $      */
+/*     $NetBSD: types.h,v 1.77 2014/04/03 15:22:19 christos Exp $      */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -104,6 +104,7 @@
 #define        __HAVE_NEW_STYLE_BUS_H
 #define        __HAVE_CPU_DATA_FIRST
 #define        __HAVE_CPU_COUNTER
+#define        __HAVE_CPU_BOOTCONF
 #define        __HAVE_MD_CPU_OFFLINE
 #define        __HAVE_SYSCALL_INTERN
 #define        __HAVE_MINIMAL_EMUL



Home | Main Index | Thread Index | Old Index