diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-11-20 07:40:02 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-11-20 07:40:02 +0000 |
commit | 1c8a163c8b98fa957416081cb59514ba09b79e06 (patch) | |
tree | 0054c1ff502377a2fbcbc2ec405ac7d8d37a9332 | |
parent | 02b5a86f38c5631eef8b76b1b5b0fef8d7da2934 (diff) | |
download | src-1c8a163c8b98fa957416081cb59514ba09b79e06.tar.gz src-1c8a163c8b98fa957416081cb59514ba09b79e06.zip |
No need to include opt_kstack_pages.h, because KSTACK_PAGES is
already defined through genassym.c
Notes
Notes:
svn path=/head/; revision=199574
-rw-r--r-- | sys/ia64/ia64/exception.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/ia64/exception.S b/sys/ia64/ia64/exception.S index d0d631a1e3f0..3ecae695c1d2 100644 --- a/sys/ia64/ia64/exception.S +++ b/sys/ia64/ia64/exception.S @@ -28,7 +28,6 @@ #include <machine/asm.h> __FBSDID("$FreeBSD$"); -#include "opt_kstack_pages.h" #include "opt_xtrace.h" #include <machine/pte.h> |