]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit36a909e55fcf2ffe6b8cd2dbaeb50cc718a638cc
tree9fb6f53b0b0e3d55d3d4e1de60f6b9ab66accc23
parent368cba5fbe820af4a04c8434b3fb384926c73a6d
[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