diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-17 18:04:40 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 20:16:45 +0200 |
commit | 686d8c63d530a5cfdbab2523825e37b904be56f9 (patch) | |
tree | 2e241e323eb798beeb5954c6391374d29f1e5ae7 /include/asm-x86/Kbuild | |
parent | e2f430291fe23a4f78da078142e8fe9e94e9e043 (diff) | |
download | blackbird-obmc-linux-686d8c63d530a5cfdbab2523825e37b904be56f9.tar.gz blackbird-obmc-linux-686d8c63d530a5cfdbab2523825e37b904be56f9.zip |
x86: unify include/asm/ptrace-abi_32/64.h
Aside of the register defines the content can be shared.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/Kbuild')
-rw-r--r-- | include/asm-x86/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild index 80744dbcfafd..30f224428724 100644 --- a/include/asm-x86/Kbuild +++ b/include/asm-x86/Kbuild @@ -9,8 +9,6 @@ header-y += ldt_64.h header-y += ldt.h header-y += msr-index.h header-y += prctl.h -header-y += ptrace-abi_32.h -header-y += ptrace-abi_64.h header-y += ptrace-abi.h header-y += sigcontext32.h header-y += ucontext_32.h |