commit | d70ddac1bf3a8b102996588010ca87018c3a4a04 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sun Oct 02 12:49:52 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 02 14:32:49 2005 -0700 |
tree | f1c2db0d79c3ccc357e2b837f7d0ec07977b6b39 | |
parent | b620cc2cd80393b9a0f9a76806cb7f9e91671dac [diff] |
[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>