Fix the MMU TLB miss handlers so that they no longer crash when building SPARC64...
commitfd0cf8ce867b8f1e928f59af9869896499737808
authormcayland <mcayland@f158a5a8-5612-0410-a976-696ce0be7e32>
Tue, 5 Oct 2010 08:52:49 +0000 (5 08:52 +0000)
committermcayland <mcayland@f158a5a8-5612-0410-a976-696ce0be7e32>
Tue, 5 Oct 2010 08:52:49 +0000 (5 08:52 +0000)
treee2bb29aa84446a368c7ab2b65041270357c55e07
parente13928f33b80be0b0b81246b14336627a10ad66c
Fix the MMU TLB miss handlers so that they no longer crash when building SPARC64 with -O0.

This patch allocates an extra 192 bytes of stack space required by unoptimised gcc builds for saving arguments to the stack. As
suggested by Igor previously (see http://lists.openbios.org/pipermail/openbios/2009-July/003762.html and SVN r508).

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
git-svn-id: svn://openbios.org/openbios/trunk/openbios-devel@887 f158a5a8-5612-0410-a976-696ce0be7e32
arch/sparc64/vectors.S