diff options
author | Brian Gerst <brgerst@gmail.com> | 2009-01-19 01:52:25 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-01-20 04:29:20 +0100 |
commit | 0d974d4592708f85044751817da4b7016e1b0602 (patch) | |
tree | befe4e98f3e36b7ffe8637693e202a283262ad5d /arch/x86/include/asm/pgtable_64.h | |
parent | x86: move stack_canary into irq_stack (diff) | |
download | linux-0d974d4592708f85044751817da4b7016e1b0602.tar.xz linux-0d974d4592708f85044751817da4b7016e1b0602.zip |
x86: remove pda.h
Impact: cleanup
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/pgtable_64.h')
-rw-r--r-- | arch/x86/include/asm/pgtable_64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/pgtable_64.h b/arch/x86/include/asm/pgtable_64.h index ba09289accaa..1df9637dfda3 100644 --- a/arch/x86/include/asm/pgtable_64.h +++ b/arch/x86/include/asm/pgtable_64.h @@ -11,7 +11,6 @@ #include <asm/processor.h> #include <linux/bitops.h> #include <linux/threads.h> -#include <asm/pda.h> extern pud_t level3_kernel_pgt[512]; extern pud_t level3_ident_pgt[512]; |