diff options
author | peter <peter@FreeBSD.org> | 1998-11-06 01:34:06 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-11-06 01:34:06 +0000 |
commit | d9ae635b989af2fa9c0bbbb969f3f2a4bce21506 (patch) | |
tree | 0113e3b7cc4b991cbc0b8067f9c72a4f3bae1bef /lkm | |
parent | 64623ea8f0fe73043e8fa672b24fc2df2a9db462 (diff) | |
download | FreeBSD-src-d9ae635b989af2fa9c0bbbb969f3f2a4bce21506.zip FreeBSD-src-d9ae635b989af2fa9c0bbbb969f3f2a4bce21506.tar.gz |
Remove machine/cputypes.h - it's an i386 only thing
Diffstat (limited to 'lkm')
-rw-r--r-- | lkm/vinum/vinumhdr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lkm/vinum/vinumhdr.h b/lkm/vinum/vinumhdr.h index 22a8561..597b1a2 100644 --- a/lkm/vinum/vinumhdr.h +++ b/lkm/vinum/vinumhdr.h @@ -36,7 +36,7 @@ */ /* Header files used by all modules */ -/* $Id: vinumhdr.h,v 1.7 1998/08/07 04:41:18 grog Exp grog $ */ +/* $Id: vinumhdr.h,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $ */ #ifdef KERNEL #define REALLYKERNEL @@ -84,7 +84,6 @@ /* #include <vm/vm_page.h> */ #include <sys/vmmeter.h> /* #include <machine/pmap.h> */ -#include <machine/cputypes.h> #endif /* USES_VM */ #include <vinumvar.h> #include <vinumio.h> |