1. 31 May, 2005 2 commits
    • Russell King's avatar
      [PATCH] ARM SMP: Fix vector entry · ccea7a19
      Russell King authored
      The current vector entry system does not allow for SMP.  In
      order to work around this, we need to eliminate our reliance
      on the fixed save areas, which breaks the way we enable
      alignment traps.  This patch changes the way we handle the
      save areas such that we can have one per CPU.
      Signed-off-by: default avatarRussell King <rmk@arm.linux.org.uk>
      ccea7a19
    • Russell King's avatar
      [PATCH] ARM SMP: convert alignment enable · 49f680ea
      Russell King authored
      The current vector entry system does not allow for SMP.  In
      order to work around this, we need to eliminate our reliance
      on the fixed save areas, which breaks the way we enable
      alignment traps.  This patch makes the alignment trap enable
      code independent of the way we handle the save areas.
      Signed-off-by: default avatarRussell King <rmk@arm.linux.org.uk>
      49f680ea
  2. 21 May, 2005 4 commits
  3. 20 May, 2005 34 commits