Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/include Remove unused.



details:   https://anonhg.NetBSD.org/src/rev/d8165458913c
branches:  trunk
changeset: 825766:d8165458913c
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Jul 29 13:05:15 2017 +0000

description:
Remove unused.

diffstat:

 sys/arch/i386/include/freebsd_machdep.h |  5 +----
 sys/arch/i386/include/param.h           |  6 +-----
 2 files changed, 2 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r c648b1b56d83 -r d8165458913c sys/arch/i386/include/freebsd_machdep.h
--- a/sys/arch/i386/include/freebsd_machdep.h   Sat Jul 29 12:34:34 2017 +0000
+++ b/sys/arch/i386/include/freebsd_machdep.h   Sat Jul 29 13:05:15 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: freebsd_machdep.h,v 1.13 2014/02/12 23:24:09 dsl Exp $ */
+/*     $NetBSD: freebsd_machdep.h,v 1.14 2017/07/29 13:05:15 maxv Exp $        */
 
 /*
  * Copyright (c) 1986, 1989, 1991, 1993
@@ -110,9 +110,6 @@
        struct  freebsd_sigcontext sf_sc;
 };
 
-/* sys/i386/include/exec.h */
-#define FREEBSD___LDPGSZ       4096
-
 void freebsd_syscall_intern(struct proc *);
 
 #endif /* _FREEBSD_MACHDEP_H */
diff -r c648b1b56d83 -r d8165458913c sys/arch/i386/include/param.h
--- a/sys/arch/i386/include/param.h     Sat Jul 29 12:34:34 2017 +0000
+++ b/sys/arch/i386/include/param.h     Sat Jul 29 13:05:15 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.81 2017/06/14 12:27:24 maxv Exp $  */
+/*     $NetBSD: param.h,v 1.82 2017/07/29 13:05:15 maxv Exp $  */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -80,10 +80,6 @@
 #include "opt_kernbase.h"
 #endif /* defined(_KERNEL_OPT) */
 
-#ifdef KERNBASE_LOCORE
-#error "You should only re-define KERNBASE"
-#endif
-
 #ifndef        KERNBASE
 #define        KERNBASE        0xc0000000UL    /* start of kernel virtual space */
 #endif



Home | Main Index | Thread Index | Old Index