Remove reference to machine/tlb.h. It no longer exists, and isn't

needed as this compiles fine w/o it.
This commit is contained in:
Warner Losh 2008-09-26 04:45:56 +00:00
parent fefa89c863
commit ae7a480f1c

View File

@ -72,7 +72,6 @@ __FBSDID("$FreeBSD$");
#include <machine/md_var.h>
#include <machine/pte.h>
#include <machine/sigframe.h>
#include <machine/tlb.h>
#include <machine/trap.h>
#include <machine/vmparam.h>