commit | 1de6bf33bc4601d856c286ad5c7d515468e24bbb | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Fri Feb 03 21:51:29 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Feb 04 16:43:14 2006 -0800 |
tree | 7ce51e6a5592ee90b065963d8a72e754e58c5e4a | |
parent | d22fe808449cd3b5bacd5c0d447e3675f9ab7619 [diff] |
[PATCH] x86_64: Fix zero mcfg entry workaround on x86-64 I broke this earlier when moving the patch from i386 to x86-64. Need to return the virtual address here, not the physical address. This fixes some boot time crashes on x86-64. Cc: gregkh@suse.de Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>