]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Dec 2013 19:52:47 +0000 (11:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Dec 2013 19:52:47 +0000 (11:52 -0800)
commitded4f86bb18c094925a1640d6d7ebc65d8e065c8
tree64181a7a70f2ad49ae01042f9284d190f7c51d7f
parent0fc97da264e5850792d27ff986be2c7b734a257e
parentcc7490ea6a68f722f3addb8494fabe3e83b85906
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Peter Anvin:
 "This is a pretty small batch:

  The biggest single change is to stop using EFI time services on 32-bit
  platforms.  This matches our current behavior on 64-bit platforms as
  we already had ruled them out there as being too unreliable.  Turns
  out that affects 32-bit platforms, too.

  One NULL pointer fix for SGI UV.

  Two minor build fixes, one of which only affects icc and the other
  which affects icc and future versions or nonstandard default settings
  of gcc"

* 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86, efi: Don't use (U)EFI time services on 32 bit
  x86, build, icc: Remove uninitialized_var() from compiler-intel.h
  x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' boot option is used
  x86, build: Pass in additional -mno-mmx, -mno-sse options