]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Apr 2014 23:40:18 +0000 (16:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Apr 2014 23:40:18 +0000 (16:40 -0700)
Pull x86 fixes from Ingo Molnar:
 "Various fixes:

   - reboot regression fix
   - build message spam fix
   - GPU quirk fix
   - 'make kvmconfig' fix

  plus the wire-up of the renameat2() system call on i386"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Remove the PCI reboot method from the default chain
  x86/build: Supress "Nothing to be done for ..." messages
  x86/gpu: Fix sign extension issue in Intel graphics stolen memory quirks
  x86/platform: Fix "make O=dir kvmconfig"
  i386: Wire up the renameat2() syscall

1  2 
arch/x86/Makefile

diff --combined arch/x86/Makefile
index 602f57e590b57fafd8dcf461c9a5468842d9c29e,0db89106854e76e2604146dc32ac44ff17792f2e..d1b7c377a234e900b0af97d7a784e5cfeedd64f0
@@@ -108,7 -108,7 +108,7 @@@ els
  
          # this works around some issues with generating unwind tables in older gccs
          # newer gccs do it by default
 -        KBUILD_CFLAGS += -maccumulate-outgoing-args
 +        KBUILD_CFLAGS += $(call cc-option,-maccumulate-outgoing-args)
  endif
  
  # Make sure compiler does not have buggy stack-protector support.
@@@ -250,8 -250,8 +250,8 @@@ archclean
  PHONY += kvmconfig
  kvmconfig:
        $(if $(wildcard $(objtree)/.config),, $(error You need an existing .config for this target))
-       $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m -O $(objtree) $(objtree)/.config arch/x86/configs/kvm_guest.config
-       $(Q)yes "" | $(MAKE) oldconfig
+       $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m -O $(objtree) $(objtree)/.config $(srctree)/arch/x86/configs/kvm_guest.config
+       $(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
  
  define archhelp
    echo  '* bzImage      - Compressed kernel image (arch/x86/boot/bzImage)'