Module Name: src
Committed By: jnemeth
Date: Thu Jan 28 06:52:55 UTC 2016
Modified Files:
src/sys/arch/x86/x86: x86_machdep.c
Log Message:
move #ifdef notyet to encompass all relevant parts
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/x86/x86/x86_machdep.c
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/x86/x86_machdep.c
diff -u src/sys/arch/x86/x86/x86_machdep.c:1.69 src/sys/arch/x86/x86/x86_machdep.c:1.70
--- src/sys/arch/x86/x86/x86_machdep.c:1.69 Thu Jan 28 01:08:43 2016
+++ src/sys/arch/x86/x86/x86_machdep.c Thu Jan 28 06:52:55 2016
@@ -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 @@ lookup_bootinfo(int type)
return found ? bic : NULL;
}
+#ifdef notyet
/*
* List the available bootinfo entries.
*/
@@ -134,7 +135,6 @@ static const char *btinfo_str[] = {
BTINFO_STR
};
-#ifdef notyet
void
aprint_bootinfo(void)
{