1. 17 10月, 2007 1 次提交
    • A
      [POWERPC] Enable SLUB in *_defconfig · 309a1092
      Anton Blanchard 提交于
      When checking out the new NO_HZ support in powerpc, I noticed we never
      slept for more than 2 seconds.  It turns out SLAB has a 2 second per cpu
      timer that causes this.
      
      After switching to SLUB I see some nice 4 second sleeps which is the
      limit on this POWER6 box (the decrementer ticks at 512MHz):
      
      slept 4.19 sec
      slept 4.19 sec
      slept 4.19 sec
      slept 4.19 sec
      slept 3.96 sec
      slept 3.80 sec
      slept 2.99 sec
      
      Since SLUB is now the default and some powerpc defconfigs already enable
      it, lets enable SLUB across the board for consistency.  While doing this
      I also noticed that the maple defconfig has SLAB debugging enabled which
      is sure to make your box nice and slow.  Fix that too.
      Signed-off-by: NAnton Blanchard <anton@samba.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      309a1092
  2. 12 10月, 2007 1 次提交
  3. 11 10月, 2007 1 次提交
  4. 08 10月, 2007 1 次提交
  5. 05 10月, 2007 4 次提交
  6. 20 9月, 2007 1 次提交
  7. 14 9月, 2007 2 次提交
  8. 07 9月, 2007 2 次提交
  9. 30 8月, 2007 2 次提交
  10. 25 8月, 2007 1 次提交
  11. 20 8月, 2007 1 次提交
  12. 17 8月, 2007 1 次提交
    • D
      [POWERPC] Fixes to allow use of Ebony's flash chips through physmap_of · 0d279d47
      David Gibson 提交于
      This patch contains a handful of small fixes to allow the Ebony's
      flash to be exposed as MTD devices via the physmap_of driver.
      Specifically it:
      	- Makes a small addition to the device tree and zImage wrapper
      to record the correct address for the flash in the device tree based
      on the board switches as reported via an FPGA register.
      	- Prohibits building the old hard-coded "Ebony" flash map on
      arch/powerpc kernels, in favour of using physmap_of's device tree
      based approach.
      	- Enables MTD and physmap_of in the Ebony defconfig.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      0d279d47
  13. 10 8月, 2007 1 次提交
  14. 30 7月, 2007 1 次提交
  15. 24 7月, 2007 1 次提交
  16. 23 7月, 2007 1 次提交
  17. 22 7月, 2007 1 次提交
  18. 21 7月, 2007 1 次提交
  19. 02 7月, 2007 1 次提交
  20. 28 6月, 2007 1 次提交
  21. 26 6月, 2007 2 次提交
  22. 25 6月, 2007 1 次提交
  23. 14 6月, 2007 1 次提交
  24. 17 5月, 2007 3 次提交
  25. 12 5月, 2007 2 次提交
  26. 10 5月, 2007 1 次提交
  27. 08 5月, 2007 2 次提交
  28. 02 5月, 2007 2 次提交