From: Benjamin Herrenschmidt Date: Tue, 2 Jun 2009 21:17:38 +0000 (+0000) Subject: powerpc: Split exception handling out of head_64.S X-Git-Tag: v2.6.31-rc1~331^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ebc4cdaa3fd7c9144d15fe9a6bcfcd310c265b8;p=pandora-kernel.git powerpc: Split exception handling out of head_64.S 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 --- Reading git-diff-tree failed