commit | 8c4f1f2958ff9d4a6760f3bdd0cfb7d2b9e12093 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Sun Dec 04 18:39:33 2005 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 14:52:17 2006 +1100 |
tree | 3616f75215bc397725cd86708862d358d2e10d4c | |
parent | 398ab1fcb960ea0800f40a9c36355855e3e23389 [diff] |
[PATCH] powerpc: Create a trampoline for the fwnmi vectors The fwnmi vectors can be anywhere < 32 MB, so we need to use a trampoline for them. The kdump kernel will register the trampoline addresses, which will then jump up to the real code above 32 MB. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>