From edad0f956c8a041a0f40b5d26941aee97591336c Mon Sep 17 00:00:00 2001 From: fredette Date: Thu, 14 Jun 2001 13:18:54 +0000 Subject: [PATCH] Under _LKM, now undefine KERNBASE for declaring it. Not sure if this is correct, but the real question is whether 68000 LKMs are even possible. --- sys/arch/sun2/include/vmparam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sun2/include/vmparam.h b/sys/arch/sun2/include/vmparam.h index c45533b54542..85f815c4d7d2 100644 --- a/sys/arch/sun2/include/vmparam.h +++ b/sys/arch/sun2/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.4 2001/05/01 02:19:19 thorpej Exp $ */ +/* $NetBSD: vmparam.h,v 1.5 2001/06/14 13:18:54 fredette Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -118,7 +118,7 @@ #define VM_FREELIST_DEFAULT 0 #ifdef _LKM -#define USRSTACK KERNBASE +#undef KERNBASE extern char KERNBASE[]; #endif /* _LKM */