]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Jul 2012 19:46:27 +0000 (12:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Jul 2012 19:46:27 +0000 (12:46 -0700)
commitdae2f7c2977a0ae109e8dcb3ae751b8b05f9d6d8
tree07bbce0b6577f6ae56ac27a60ecce0ffb966e44e
parentbb82e2458e9af86ba50544b8a08c12a20a6bf46f
parent9f5e87fe1c8d4b25d979a7ada0a5fa2da1fe48cf
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull a x86/build change from Ingo Molnar.

This makes the default stack alignment on x86-64 be just 8, allowing for
improved code generation (it can avoid some unnecessary extra alignment
logic and use just pure push/pop sequences) and smaller stack frames.

We can't generally do SSE with 16-byte alignment issues in the kernel anyway.

* 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86-64, gcc: Use -mpreferred-stack-boundary=3 if supported