1. 12 May, 2009 3 commits
    • Johannes Weiner's avatar
      xtensa: always use correct stack pointer for stack traces · 586411dc
      Johannes Weiner authored
      Commit '28a0ce7f xtensa: use correct stack pointer for stack traces'
      changed the stack tracer from always reading the stack pointer
      register to always using the saved value in the task descriptor.
      
      The author was too dense to consider the fact that the saved stack
      value is stale for a running process und thus unusable for 'current'.
      
      What we do now is to use the stack pointer register (a1) for when the
      task is unknown - we can't help it then - or when the task is
      'current'.  For everything else use the saved stack pointer value
      contained in the task descriptor.
      Signed-off-by: default avatarJohannes Weiner <jw@emlix.com>
      Signed-off-by: default avatarChris Zankel <chris@zankel.net>
      586411dc
    • Chris Zankel's avatar
      xtensa: Fix checksum header file · 7dbe5c54
      Chris Zankel authored
      We need to add a "memory" dependency (barrier) in assembly macros
      that access (read or write) memory. Otherwise, the compiler might
      ill-optimize the order of memory accesses.
      Signed-off-by: default avatarChris Zankel <chris@zankel.net>
      7dbe5c54
    • Chris Zankel's avatar
      xtensa: Fix architecture specific Kconfig · 35e71f90
      Chris Zankel authored
      Move a misplace endmenu marker to enable platform options and
      disable PCI and automatic calibrating for the XT2K board. The
      on-board PCI bridge is somewhat broken, anyway, and the
      calibrating relies on some whacky usage of the serial port.
      Signed-off-by: default avatarChris Zankel <chris@zankel.net>
      35e71f90
  2. 11 May, 2009 12 commits
  3. 10 May, 2009 12 commits
  4. 09 May, 2009 13 commits