diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2005-08-19 14:52:31 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-08-29 10:53:33 +1000 |
commit | ec465515eeb662f66725c8c483a46b6bdd9bdd48 (patch) | |
tree | bde2ec1fe896a8c0f2b71fec6ec748805540961e /arch/ppc64/kernel/udbg.c | |
parent | 2e2446ea0758cd57dd065962d9544e3f4d44ea2b (diff) |
[PATCH] Move iSeries and common vectors into unused space in head.S
In the ppc64 kernel head.S there is currently quite a lot of unused
space between the naca (at fixed address 0x4000) and the fwnmi data
area (at fixed address 0x7000). This patch moves various exception
vectors and support code into this region to use the wasted space.
The functions load_up_fpu and load_up_altivec are moved down as well,
since they are essentially continuations of the fp_unavailable_common
and altivec_unavailable_common vectors, respectively.
Likewise, the fwnmi vectors themselves are moved down into this area,
because while the location of the fwnmi data area is fixed by the RPA,
the vectors themselves can be anywhere sufficiently low.
Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/udbg.c')
0 files changed, 0 insertions, 0 deletions