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.
This commit is contained in:
fredette 2001-06-14 13:18:54 +00:00
parent 54f88e2668
commit edad0f956c
1 changed files with 2 additions and 2 deletions

View File

@ -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 */