Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/include Do not include opt_m680x0 in LKM.
details: https://anonhg.NetBSD.org/src/rev/2001867b50af
branches: trunk
changeset: 485252:2001867b50af
user: minoura <minoura%NetBSD.org@localhost>
date: Sun Apr 23 05:38:31 2000 +0000
description:
Do not include opt_m680x0 in LKM.
diffstat:
sys/arch/x68k/include/cpu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5adacdbef145 -r 2001867b50af sys/arch/x68k/include/cpu.h
--- a/sys/arch/x68k/include/cpu.h Sun Apr 23 03:08:12 2000 +0000
+++ b/sys/arch/x68k/include/cpu.h Sun Apr 23 05:38:31 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.21 2000/04/18 21:04:52 minoura Exp $ */
+/* $NetBSD: cpu.h,v 1.22 2000/04/23 05:38:31 minoura Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -49,7 +49,7 @@
* Exported definitions unique to x68k/68k cpu support.
*/
-#ifdef _KERNEL
+#if defined(_KERNEL) && !defined(_LKM)
#include "opt_m680x0.h"
#endif
Home |
Main Index |
Thread Index |
Old Index