summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c
diff options
context:
space:
mode:
authorBrian Gerst2009-01-19 01:52:25 +0100
committerTejun Heo2009-01-20 04:29:20 +0100
commit0d974d4592708f85044751817da4b7016e1b0602 (patch)
treebefe4e98f3e36b7ffe8637693e202a283262ad5d /arch/x86/kernel/process_64.c
parentx86: move stack_canary into irq_stack (diff)
downloadkernel-qcow2-linux-0d974d4592708f85044751817da4b7016e1b0602.tar.gz
kernel-qcow2-linux-0d974d4592708f85044751817da4b7016e1b0602.tar.xz
kernel-qcow2-linux-0d974d4592708f85044751817da4b7016e1b0602.zip
x86: remove pda.h
Impact: cleanup Signed-off-by: Brian Gerst <brgerst@gmail.com>
Diffstat (limited to 'arch/x86/kernel/process_64.c')
-rw-r--r--arch/x86/kernel/process_64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c
index 088bc9a0f82c..c422eebb0c58 100644
--- a/arch/x86/kernel/process_64.c
+++ b/arch/x86/kernel/process_64.c
@@ -47,7 +47,6 @@
#include <asm/processor.h>
#include <asm/i387.h>
#include <asm/mmu_context.h>
-#include <asm/pda.h>
#include <asm/prctl.h>
#include <asm/desc.h>
#include <asm/proto.h>