Merge branch 'merge' into next
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 28 May 2014 03:30:12 +0000 (13:30 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 28 May 2014 03:30:12 +0000 (13:30 +1000)
Merge the binutils and kexec fixes.

1  2 
arch/powerpc/Makefile
arch/powerpc/include/asm/ppc_asm.h

@@@ -155,8 -150,10 +155,10 @@@ endi
  
  CFLAGS-$(CONFIG_TUNE_CELL) += $(call cc-option,-mtune=cell)
  
- KBUILD_CPPFLAGS       += -Iarch/$(ARCH)
+ asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1)
+ KBUILD_CPPFLAGS       += -Iarch/$(ARCH) $(asinstr)
 -KBUILD_AFLAGS += -Iarch/$(ARCH)
 +KBUILD_AFLAGS += -Iarch/$(ARCH) $(AFLAGS-y)
  KBUILD_CFLAGS += -msoft-float -pipe -Iarch/$(ARCH) $(CFLAGS-y)
  CPP           = $(CC) -E $(KBUILD_CFLAGS)
  
Simple merge