Skip to content

Commit

Permalink
powerpc: Split exception handling out of head_64.S
Browse files Browse the repository at this point in the history
To prepare for future support of Book3E 64-bit PowerPC processors,
which use a completely different exception handling, we move that
code to a new exceptions-64s.S file.

This file is #included from head_64.S due to some of the absolute
address requirements which can currently only be fulfilled from
within that file.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Benjamin Herrenschmidt committed Jun 9, 2009
1 parent 5b7c3c9 commit 0ebc4cd
Show file tree
Hide file tree
Showing 2 changed files with 995 additions and 960 deletions.
Loading

0 comments on commit 0ebc4cd

Please sign in to comment.