1. 11 6月, 2009 1 次提交
  2. 29 5月, 2009 1 次提交
    • O
      flat: fix data sections alignment · c3dc5bec
      Oskar Schirmer 提交于
      The flat loader uses an architecture's flat_stack_align() to align the
      stack but assumes word-alignment is enough for the data sections.
      
      However, on the Xtensa S6000 we have registers up to 128bit width
      which can be used from userspace and therefor need userspace stack and
      data-section alignment of at least this size.
      
      This patch drops flat_stack_align() and uses the same alignment that
      is required for slab caches, ARCH_SLAB_MINALIGN, or wordsize if it's
      not defined by the architecture.
      
      It also fixes m32r which was obviously kaput, aligning an
      uninitialized stack entry instead of the stack pointer.
      
      [akpm@linux-foundation.org: coding-style fixes]
      Signed-off-by: NOskar Schirmer <os@emlix.com>
      Cc: David Howells <dhowells@redhat.com>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Bryan Wu <cooloney@kernel.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Acked-by: NPaul Mundt <lethal@linux-sh.org>
      Cc: Greg Ungerer <gerg@uclinux.org>
      Signed-off-by: NJohannes Weiner <jw@emlix.com>
      Acked-by: NMike Frysinger <vapier.adi@gmail.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c3dc5bec
  3. 22 5月, 2009 1 次提交
  4. 28 4月, 2009 1 次提交
  5. 27 4月, 2009 3 次提交
  6. 22 4月, 2009 1 次提交
  7. 21 4月, 2009 1 次提交
  8. 16 4月, 2009 2 次提交
  9. 14 4月, 2009 3 次提交
  10. 13 4月, 2009 1 次提交
  11. 11 4月, 2009 2 次提交
  12. 10 4月, 2009 1 次提交
  13. 08 4月, 2009 2 次提交
  14. 07 4月, 2009 1 次提交
  15. 06 4月, 2009 1 次提交
  16. 04 4月, 2009 3 次提交
  17. 03 4月, 2009 2 次提交
  18. 02 4月, 2009 6 次提交
  19. 31 3月, 2009 7 次提交