Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include Ooops, remove definitions duplicate...



details:   https://anonhg.NetBSD.org/src/rev/3a22eeb4bb93
branches:  trunk
changeset: 779448:3a22eeb4bb93
user:      martin <martin%NetBSD.org@localhost>
date:      Mon May 28 21:09:52 2012 +0000

description:
Ooops, remove definitions duplicated in <sparc/bootinfo.h>

diffstat:

 sys/arch/sparc64/include/bootinfo.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 2698c90b6c40 -r 3a22eeb4bb93 sys/arch/sparc64/include/bootinfo.h
--- a/sys/arch/sparc64/include/bootinfo.h       Mon May 28 19:24:29 2012 +0000
+++ b/sys/arch/sparc64/include/bootinfo.h       Mon May 28 21:09:52 2012 +0000
@@ -1,4 +1,4 @@
-/*       $NetBSD: bootinfo.h,v 1.6 2012/05/28 19:24:30 martin Exp $        */
+/*       $NetBSD: bootinfo.h,v 1.7 2012/05/28 21:09:52 martin Exp $        */
 
 /*-
  * Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -98,7 +98,6 @@
 #define BTINFO_ITLB                    103
 #define BTINFO_KERNEND                 104
 #define BTINFO_BOOTDEV                 105
-#define BTINFO_BOOTHOWTO               106
 
 #define LOOKUP_BOOTINFO(btp, info) \
 do { \
@@ -132,9 +131,4 @@
        char name[1];
 };
 
-struct btinfo_boothowto {
-       struct btinfo_common common;
-       int boothowto;
-};
-
 #endif /* _BOOTINFO_H_ */



Home | Main Index | Thread Index | Old Index