diff options
author | Yinghai Lu <yinghai@kernel.org> | 2010-08-25 22:39:18 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-08-27 20:13:51 +0200 |
commit | a587d2daebcd2bc159d4348b6a7b028950a6d803 (patch) | |
tree | 8001158a76efe400600a4e54dc5dae384b32b6e5 /kernel/Makefile | |
parent | x86, memblock: Replace e820_/_early string with memblock_ (diff) | |
download | linux-a587d2daebcd2bc159d4348b6a7b028950a6d803.tar.xz linux-a587d2daebcd2bc159d4348b6a7b028950a6d803.zip |
x86: Remove not used early_res code
and some functions in e820.c that are not used anymore
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 057472fbc272..80e61c3e44ae 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -11,7 +11,6 @@ obj-y = sched.o fork.o exec_domain.o panic.o printk.o \ hrtimer.o rwsem.o nsproxy.o srcu.o semaphore.o \ notifier.o ksysfs.o pm_qos_params.o sched_clock.o cred.o \ async.o range.o -obj-$(CONFIG_HAVE_EARLY_RES) += early_res.o obj-y += groups.o ifdef CONFIG_FUNCTION_TRACER |