diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-24 00:37:24 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-24 00:37:24 +0400 |
commit | 8fc37f2c474b8ea61186fd77193324845432447b (patch) | |
tree | 94b2f70db5c2291cd5fcf24e168cf985162fb835 /include/asm-x86/Kbuild | |
parent | 5ca3b0f1958a9f96b7d596e54145722e8d4631b9 (diff) | |
download | linux-8fc37f2c474b8ea61186fd77193324845432447b.tar.xz |
x86: merge ptrace_32/64.h
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/Kbuild')
-rw-r--r-- | include/asm-x86/Kbuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild index da5b07c20fc5..87176b6074be 100644 --- a/include/asm-x86/Kbuild +++ b/include/asm-x86/Kbuild @@ -24,8 +24,7 @@ unifdef-y += page_32.h unifdef-y += page_64.h unifdef-y += posix_types_32.h unifdef-y += posix_types_64.h -unifdef-y += ptrace_32.h -unifdef-y += ptrace_64.h +unifdef-y += ptrace.h unifdef-y += setup_32.h unifdef-y += setup_64.h unifdef-y += shmbuf_32.h |