Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 move #ifdef notyet to encompass all relevan...



details:   https://anonhg.NetBSD.org/src/rev/53e5d3f3e00d
branches:  trunk
changeset: 813431:53e5d3f3e00d
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Thu Jan 28 06:52:55 2016 +0000

description:
move #ifdef notyet to encompass all relevant parts

diffstat:

 sys/arch/x86/x86/x86_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 857b59589eee -r 53e5d3f3e00d sys/arch/x86/x86/x86_machdep.c
--- a/sys/arch/x86/x86/x86_machdep.c    Thu Jan 28 04:37:01 2016 +0000
+++ b/sys/arch/x86/x86/x86_machdep.c    Thu Jan 28 06:52:55 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: x86_machdep.c,v 1.69 2016/01/28 01:08:43 christos Exp $        */
+/*     $NetBSD: x86_machdep.c,v 1.70 2016/01/28 06:52:55 jnemeth Exp $ */
 
 /*-
  * Copyright (c) 2002, 2006, 2007 YAMAMOTO Takashi,
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.69 2016/01/28 01:08:43 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.70 2016/01/28 06:52:55 jnemeth Exp $");
 
 #include "opt_modular.h"
 #include "opt_physmem.h"
@@ -127,6 +127,7 @@
        return found ? bic : NULL;
 }
 
+#ifdef notyet
 /*
  * List the available bootinfo entries.
  */
@@ -134,7 +135,6 @@
        BTINFO_STR
 };
 
-#ifdef notyet
 void
 aprint_bootinfo(void)
 {



Home | Main Index | Thread Index | Old Index