From: Jeff Dike Date: Wed, 11 Jan 2006 20:17:28 +0000 (-0800) Subject: [PATCH] uml: fix debug output on x86_64 X-Git-Tag: v2.6.16-rc1~413 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=621009f4baf24581211dbb7b0816e01ed9fa8496;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed