Module Name: src
Committed By: maxv
Date: Sat Jul 29 13:05:16 UTC 2017
Modified Files:
src/sys/arch/i386/include: freebsd_machdep.h param.h
Log Message:
Remove unused.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/i386/include/freebsd_machdep.h
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/i386/include/param.h
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/i386/include/freebsd_machdep.h
diff -u src/sys/arch/i386/include/freebsd_machdep.h:1.13 src/sys/arch/i386/include/freebsd_machdep.h:1.14
--- src/sys/arch/i386/include/freebsd_machdep.h:1.13 Wed Feb 12 23:24:09 2014
+++ src/sys/arch/i386/include/freebsd_machdep.h Sat Jul 29 13:05:15 2017
@@ -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_sigframe {
struct freebsd_sigcontext sf_sc;
};
-/* sys/i386/include/exec.h */
-#define FREEBSD___LDPGSZ 4096
-
void freebsd_syscall_intern(struct proc *);
#endif /* _FREEBSD_MACHDEP_H */
Index: src/sys/arch/i386/include/param.h
diff -u src/sys/arch/i386/include/param.h:1.81 src/sys/arch/i386/include/param.h:1.82
--- src/sys/arch/i386/include/param.h:1.81 Wed Jun 14 12:27:24 2017
+++ src/sys/arch/i386/include/param.h Sat Jul 29 13:05:15 2017
@@ -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