1. 09 10月, 2012 1 次提交
  2. 25 5月, 2012 1 次提交
  3. 29 3月, 2012 1 次提交
  4. 09 3月, 2011 1 次提交
    • M
      microblaze: Fix sparse warning - fault.c · 5213a9c3
      Michal Simek 提交于
      Warning log:
      CHECK   arch/microblaze/mm/fault.c
      arch/microblaze/mm/fault.c:51:6: warning: incorrect type in initializer (different address spaces)
      arch/microblaze/mm/fault.c:51:6:    expected unknown type 2const [noderef] *__gu_addr<asn:1>
      arch/microblaze/mm/fault.c:51:6:    got unsigned int *<noident>
      arch/microblaze/mm/fault.c:68:6: warning: symbol 'bad_page_fault' was not declared. Should it be static?
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      5213a9c3
  5. 04 8月, 2010 2 次提交
    • M
      microblaze: Add KGDB support · 2d5973cb
      Michal Simek 提交于
      Kgdb uses brki r16, 0x18 instruction to call
      low level _debug_exception function which save
      current state to pt_regs and call microblaze_kgdb_break
      function. _debug_exception should be called only from
      the kernel space. User space calling is not supported
      because user application debugging uses different handling.
      
      pt_regs_to_gdb_regs loads additional special registers
      which can't be changed
      
       * Enable KGDB in Kconfig
       * Remove ancient not-tested KGDB support
       * Remove ancient _debug_exception code from entry.S
      
      Only MMU KGDB support is supported.
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      CC: Jason Wessel <jason.wessel@windriver.com>
      CC: John Williams <john.williams@petalogix.com>
      CC: Edgar E. Iglesias <edgar.iglesias@petalogix.com>
      CC: linux-kernel@vger.kernel.org
      Acked-by: NJason Wessel <jason.wessel@windriver.com>
      2d5973cb
    • M
      microblaze: Remove unused label · ef787050
      Michal Simek 提交于
      The label should be remove by
      21e1c936
      
      Warning message:
      arch/microblaze/mm/fault.c: In function 'do_page_fault':
      arch/microblaze/mm/fault.c:229: warning: label 'survive' defined but not used
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      ef787050
  6. 06 5月, 2010 1 次提交
  7. 01 4月, 2010 1 次提交
  8. 27 7月, 2009 2 次提交
  9. 22 6月, 2009 1 次提交
  10. 26 5月, 2009 1 次提交