]> git.baikalelectronics.ru Git - kernel.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)
commit503ad0d83f2ec629a6b3487e83e7ed6f40f449d6
treef1c2db0d79c3ccc357e2b837f7d0ec07977b6b39
parentc46fb27893e87065c4919ff55fda91a9e8fae04b
[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