commit | 621009f4baf24581211dbb7b0816e01ed9fa8496 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Wed Jan 11 12:17:28 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 11 18:42:10 2006 -0800 |
tree | 9fb6f53b0b0e3d55d3d4e1de60f6b9ab66accc23 | |
parent | a174b30e2963a02e9657f4ac69b2b500993bf0d4 [diff] |
[PATCH] uml: fix debug output on x86_64 The debug-stub patch was broken on x86_64 because it thinks the frame size there is 168 words. In reality, it is 168 bytes, and using HOST_FRAME_SIZE, which is expressed in consistent units across architectures, fixes this. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>