1. 17 2月, 2007 3 次提交
  2. 16 2月, 2007 10 次提交
  3. 15 2月, 2007 4 次提交
  4. 14 2月, 2007 10 次提交
  5. 13 2月, 2007 5 次提交
  6. 12 2月, 2007 7 次提交
  7. 07 2月, 2007 1 次提交
    • R
      [ARM] Move processor_modes[] to .../process.c · ae0a846e
      Russell King 提交于
      bad_mode() currently prints the mode which caused the exception, and
      then causes an oops dump to be printed which again displays this
      information (since the CPSR in the struct pt_regs is correct.)  This
      leads to processor_modes[] being shared between traps.c and process.c
      with a local declaration of it.
      
      We can clean this up by moving processor_modes[] to process.c and
      removing the duplication, resulting in processor_modes[] becoming
      static.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      ae0a846e