diff options
author | netchild <netchild@FreeBSD.org> | 2006-08-15 15:27:13 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-08-15 15:27:13 +0000 |
commit | 67b50487d2631f28bf598b08f530bbaddcf2ab9f (patch) | |
tree | 8f379d2fda74a7b1e32f98dfcde434d0d3940cec | |
parent | 5657c7ac9ee943aca6304a3cf3d80495c2ad0e93 (diff) | |
download | FreeBSD-src-67b50487d2631f28bf598b08f530bbaddcf2ab9f.zip FreeBSD-src-67b50487d2631f28bf598b08f530bbaddcf2ab9f.tar.gz |
Remove the include of opt_global.h. It's included globally by a command
line switch. Other files which may make the same mistake (according to
fxr.watson.org) but aren't fixed in this commit (people with more clue
about those files should fix this):
- i386/xbox/xbox.c
- arm/arm/elf_trampoline.c
- arm/arm/mem.c
Noticed by: cognet
-rw-r--r-- | sys/i386/i386/support.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s index 618829f..c3ac173 100644 --- a/sys/i386/i386/support.s +++ b/sys/i386/i386/support.s @@ -37,7 +37,6 @@ #include <machine/pmap.h> #include <machine/specialreg.h> -#include "opt_global.h" #include "assym.s" #define IDXSHIFT 10 |