]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS]
authorAndreas Herrmann <andreas.herrmann3@amd.com>
Mon, 5 Dec 2011 17:12:28 +0000 (18:12 +0100)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 13 Dec 2011 18:42:07 +0000 (10:42 -0800)
commit2c62942db2d045a8aff7830a6d998d1de3fdde96
tree26453fdf51dfe3f4f2b4f1aa2953728990be1ce7
parent44a32a398984f1fdd9b7e020999dd8de16bf4e4c
x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS]

Commit 24d9b70b8c679264756a6980e668b96b3f964826 (x86: Use PCI method
for enabling AMD extended config space before MSR method) added a
message when IO access to PCI ECS was enabled via access to the NB_CFG
PCI register.  This can lead to a bogus message like

[    0.365177] Extended Config Space enabled on 0 nodes

which is misleading because IO ECS access is subsequently enabled for
AMD CPUs (that support this) by modifying the corresponding NB_CFG
MSR.

Furthermore it's not "Extended Config Space" that is enabled by this
register setting. It's the IO access that is enabled for extended
configruation space.

IMHO the ambiguous message needs to be cancelled.

Cc: Jan Beulich <jbeulich@novell.com>
Cc: Robert Richter <robert.richter@amd.com>
Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/x86/pci/amd_bus.c