diff options
author | Roland McGrath <roland@redhat.com> | 2008-01-30 13:30:50 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:30:50 +0100 |
commit | fa1e03eae2f38e7b38095301b043da9c274d2284 (patch) | |
tree | 60503087ebaaabf1e4fd62b51a93fce411e2b8da /arch/x86/kernel/Makefile_64 | |
parent | 7f232343e0ea37ffc0a552cdbd4825482c949281 (diff) | |
download | kernel_samsung_smdk4412-fa1e03eae2f38e7b38095301b043da9c274d2284.zip kernel_samsung_smdk4412-fa1e03eae2f38e7b38095301b043da9c274d2284.tar.gz kernel_samsung_smdk4412-fa1e03eae2f38e7b38095301b043da9c274d2284.tar.bz2 |
x86: single_step moved
This moves the single-step support code from ptrace_64.c into a new file
step.c, verbatim. This paves the way for consolidating this code between
64-bit and 32-bit versions.
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/Makefile_64')
-rw-r--r-- | arch/x86/kernel/Makefile_64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile_64 b/arch/x86/kernel/Makefile_64 index e1ba82e..d908f01 100644 --- a/arch/x86/kernel/Makefile_64 +++ b/arch/x86/kernel/Makefile_64 @@ -13,6 +13,8 @@ obj-y := process_64.o signal_64.o entry_64.o traps_64.o irq_64.o \ pci-dma_64.o pci-nommu_64.o alternative.o hpet.o tsc_64.o bugs_64.o \ i8253.o io_delay.o rtc.o +obj-y += step.o + obj-$(CONFIG_IA32_EMULATION) += tls.o obj-$(CONFIG_STACKTRACE) += stacktrace.o obj-y += cpu/ |