1. 17 Feb, 2007 3 commits
  2. 16 Feb, 2007 10 commits
  3. 15 Feb, 2007 4 commits
  4. 14 Feb, 2007 10 commits
  5. 12 Feb, 2007 6 commits
  6. 11 Feb, 2007 6 commits
  7. 06 Feb, 2007 1 commit
    • Russell King's avatar
      [ARM] Move processor_modes[] to .../process.c · ae0a846e
      Russell King authored
      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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      ae0a846e