]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] alpha: fix kernel alignment traps
authorRichard Henderson <rth@twiddle.net>
Sun, 2 Oct 2005 19:49:52 +0000 (12:49 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 2 Oct 2005 21:32:49 +0000 (14:32 -0700)
commitd70ddac1bf3a8b102996588010ca87018c3a4a04
treef1c2db0d79c3ccc357e2b837f7d0ec07977b6b39
parentb620cc2cd80393b9a0f9a76806cb7f9e91671dac
[PATCH] alpha: fix kernel alignment traps

Pass in the pointer to the on-stack registers rather than using them
directly as the arguments.

Ivan noticed that I missed a spot when purging the registers as first
stack parameter idiom.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/alpha/kernel/entry.S
arch/alpha/kernel/traps.c