1. 21 9月, 2008 4 次提交
  2. 20 9月, 2008 1 次提交
    • P
      sh: Support kernel stacks smaller than a page. · c15c5f8c
      Paul Mundt 提交于
      This follows the powerpc commit f6a61680
      '[POWERPC] Fix kernel stack allocation alignment'.
      
      SH has traditionally forced the thread order to be relative to the page
      size, so there were never any situations where the same bug was
      triggered by slub. Regardless, the usage of > 8kB stacks for the larger
      page sizes is overkill, so we switch to using slab allocations there,
      as per the powerpc change.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      c15c5f8c
  3. 17 9月, 2008 2 次提交
  4. 12 9月, 2008 7 次提交
  5. 08 9月, 2008 12 次提交
  6. 25 8月, 2008 1 次提交
    • A
      sh64: re-add the __strnlen_user() prototype · a1068264
      Adrian Bunk 提交于
      Commit 42fd3b14
      (sh: Initial consolidation of the _32/_64 uaccess split.)
      mistakenly removed the sh64 __strnlen_user() prototype,
      resulting in the following compile error:
      
      <--  snip  -->
      
      ...
        CC      init/main.o
      In file included from include/linux/poll.h:13,
                       from include/linux/rtc.h:113,
                       from include/linux/efi.h:19,
                       from init/main.c:43:
      arch/sh/include/asm/uaccess.h: In function 'strnlen_user':
      arch/sh/include/asm/uaccess.h:213: error: implicit declaration of function '__strnlen_user'
      ...
      make[2]: *** [init/main.o] Error 1
      
      <--  snip  -->
      Reported-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      a1068264
  7. 15 8月, 2008 1 次提交
  8. 11 8月, 2008 4 次提交
  9. 07 8月, 2008 1 次提交
  10. 04 8月, 2008 4 次提交
  11. 02 8月, 2008 3 次提交