]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Fix zero mcfg entry workaround on x86-64
authorAndi Kleen <ak@suse.de>
Fri, 3 Feb 2006 20:51:29 +0000 (21:51 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 5 Feb 2006 00:43:14 +0000 (16:43 -0800)
commit8d53507291e2f0ec24586cc065a35f2d04a4315b
tree7ce51e6a5592ee90b065963d8a72e754e58c5e4a
parent5509241be3bb0a88aa0e24aeabc6b60cc54227ef
[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>
arch/x86_64/pci/mmconfig.c