1. 13 9月, 2007 1 次提交
  2. 21 5月, 2007 1 次提交
  3. 09 5月, 2007 1 次提交
  4. 16 2月, 2007 1 次提交
  5. 15 2月, 2007 4 次提交
  6. 11 12月, 2006 1 次提交
  7. 07 10月, 2006 1 次提交
  8. 03 7月, 2006 1 次提交
  9. 01 7月, 2006 1 次提交
  10. 16 5月, 2006 1 次提交
  11. 16 3月, 2006 1 次提交
  12. 16 2月, 2006 1 次提交
    • R
      [ARM] Fix SMP initialisation oops · 7bbb7940
      Russell King 提交于
      A change to the SMP initialisation caused the following oops:
      
       CPU1: Booted secondary processor
       CPU1: D VIPT write-back cache
       CPU1: I cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
       CPU1: D cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
       <7>Calibrating delay loop... 83.14 BogoMIPS (lpj=415744)
       <1>Unable to handle kernel NULL pointer dereference at virtual address 0000001c
       ...
       PC is at enqueue_task+0x1c/0x64
       LR is at activate_task+0xcc/0xe4
      
      SMP initialisation now requires cpu_possible_map to be initialised in
      setup_arch().  Move this from smp_prepare_cpus() to smp_init_cpus()
      and call it from our setup_arch() if CONFIG_SMP is enabled.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7bbb7940
  13. 09 2月, 2006 1 次提交
  14. 14 1月, 2006 2 次提交
  15. 13 1月, 2006 1 次提交
  16. 09 1月, 2006 1 次提交
  17. 08 1月, 2006 1 次提交
  18. 07 1月, 2006 1 次提交
  19. 04 1月, 2006 1 次提交
  20. 25 11月, 2005 1 次提交
  21. 16 11月, 2005 1 次提交
  22. 09 11月, 2005 2 次提交
  23. 08 11月, 2005 4 次提交
  24. 07 11月, 2005 1 次提交
  25. 02 11月, 2005 1 次提交
  26. 01 11月, 2005 1 次提交
  27. 31 10月, 2005 1 次提交