On Wed, 2013-08-07 at 15:09 +0530, Mahesh J Salgaonkar wrote:
quoted hunk ↗ jump to hunk
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile
index a1aba53..0b5b04a 100644
--- a/arch/powerpc/kernel/Makefile
+++ b/arch/powerpc/kernel/Makefile
@@ -35,7 +35,7 @@ obj-y := cputable.o ptrace.o syscalls.o \
misc_$(CONFIG_WORD_SIZE).o vdso32/
obj-$(CONFIG_PPC64) += setup_64.o sys_ppc32.o \
signal_64.o ptrace32.o \
- paca.o nvram_64.o firmware.o
+ paca.o nvram_64.o firmware.o mce.o
What happens when we build mce.o on book3e?
Please don't take things that are specific to certain hardware and try
to apply them to all powerpc.
For that matter, it would be nice if book3s-specific (or POWER-specific)
patches had that in the subject prefix, just as booke-specific patches
do.
-Scott