]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pci: increase alignment to make more space for hidden code
authorYinghai Lu <yinghai@kernel.org>
Sun, 11 Oct 2009 21:17:16 +0000 (14:17 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Nov 2009 00:21:46 +0000 (16:21 -0800)
commit2f37b165767202d7438aac98710f20038d197542
tree55362c9fc1307966e72cdeaf5d3b26ff9be6315b
parentc40ca2aab8a3d3ba213b7b174cb2c90bd3b51235
pci: increase alignment to make more space for hidden code

commit 15b812f1d0a5ca8f5efe7f5882f468af10682ca8 upstream.

As reported in

http://bugzilla.kernel.org/show_bug.cgi?id=13940

on some system when acpi are enabled, acpi clears some BAR for some
devices without reason, and kernel will need to allocate devices for
them.  It then apparently hits some undocumented resource conflict,
resulting in non-working devices.

Try to increase alignment to get more safe range for unassigned devices.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/kernel/e820.c