[PATCH] uml: fix debug output on x86_64
authorJeff Dike <jdike@addtoit.com>
Wed, 11 Jan 2006 20:17:28 +0000 (12:17 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 02:42:10 +0000 (18:42 -0800)
commit621009f4baf24581211dbb7b0816e01ed9fa8496
tree9fb6f53b0b0e3d55d3d4e1de60f6b9ab66accc23
parenta174b30e2963a02e9657f4ac69b2b500993bf0d4
[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>
arch/um/kernel/skas/process.c