<machine/vmparam.h> is the right place to get KERNBASE, so don't special

platform case it (or use alternate spellings).
This commit is contained in:
David E. O'Brien 2003-02-24 06:56:18 +00:00
parent c17b39c12e
commit e901be8e96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111419

View file

@ -238,10 +238,10 @@ static dpt_sig_S ASR_sig = {
#if defined(__i386__)
#include <i386/include/cputypes.h>
#include <i386/include/vmparam.h>
#elif defined(__alpha__)
#include <alpha/include/pmap.h>
#endif
#include <machine/vmparam.h>
#include <pci/pcivar.h>
#include <pci/pcireg.h>