1. 21 9月, 2008 11 次提交
  2. 20 9月, 2008 2 次提交
    • 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
    • P
      sh: Disable 4kB stacks when using PAGE_SIZE_64KB. · b817f7e0
      Paul Mundt 提交于
      This combination triggers a divide by zero in kernel/fork.c when
      calculating the initial max_threads value:
      
      	max_threads = mempages / (8 * THREAD_SIZE / PAGE_SIZE);
      
      Simply disable 4K stacks on 64kB PAGE_SIZE to work around this,
      as it's not a terribly useful combination to begin with.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      b817f7e0
  3. 17 9月, 2008 6 次提交
  4. 13 9月, 2008 1 次提交
  5. 12 9月, 2008 14 次提交
  6. 11 9月, 2008 2 次提交
  7. 10 9月, 2008 1 次提交
  8. 09 9月, 2008 2 次提交
  9. 08 9月, 2008 1 次提交