aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/Makefile
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-10 06:49:07 -0400
committerPaul Mackerras <paulus@samba.org>2005-10-10 06:49:07 -0400
commita432403a89646614252c3bb6dfbe897c8312ab35 (patch)
treef646814ab9c75374533abfe9c2182e4b08a0606c /arch/ppc64/kernel/Makefile
parent9f04b9e327c495f8ddbf89c08da6cbe626e1b1b3 (diff)
ppc64: Use the merged lmb routines
The only real change here is that lmb_enforce_memory_limit now takes the memory_limit as a parameter instead of as a global variable. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r--arch/ppc64/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile
index 2fdcc4b63d40..32fd3f1c7935 100644
--- a/arch/ppc64/kernel/Makefile
+++ b/arch/ppc64/kernel/Makefile
@@ -12,7 +12,7 @@ obj-y := setup.o entry.o irq.o idle.o dma.o \
12 align.o semaphore.o bitops.o pacaData.o \ 12 align.o semaphore.o bitops.o pacaData.o \
13 udbg.o binfmt_elf32.o sys_ppc32.o ioctl32.o \ 13 udbg.o binfmt_elf32.o sys_ppc32.o ioctl32.o \
14 ptrace32.o signal32.o rtc.o init_task.o \ 14 ptrace32.o signal32.o rtc.o init_task.o \
15 lmb.o cputable.o cpu_setup_power4.o \ 15 cputable.o cpu_setup_power4.o \
16 iommu.o sysfs.o vdso.o pmc.o firmware.o prom.o 16 iommu.o sysfs.o vdso.o pmc.o firmware.o prom.o
17obj-y += vdso32/ vdso64/ 17obj-y += vdso32/ vdso64/
18 18