]> git.baikalelectronics.ru Git - kernel.git/commit
x86/numachip: Fix NumaConnect2 MMCFG PCI access
authorDaniel J Blueman <daniel@numascale.com>
Wed, 30 Dec 2015 18:06:47 +0000 (02:06 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 30 Dec 2015 18:19:03 +0000 (19:19 +0100)
commit37161e3defa203fbdf65be118409bc0db3cb0d0c
treea850e188e869f7e7465afc4a1e4533d622a45fac
parente1c2f82d1e2b55bef51361cf819acaca426ce2d1
x86/numachip: Fix NumaConnect2 MMCFG PCI access

The MMCFG PCI accessors weren't being setup for NumacConnect2
correctly due to over-early assignment; this would create the
potential for the wrong PCI domain to be accessed.

Fix this by using the correct arch-specific PCI init function.

Signed-off-by: Daniel J Blueman <daniel@numascale.com>
Acked-by: Steffen Persvold <sp@numascale.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/1451498807-15920-1-git-send-email-daniel@numascale.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/apic/apic_numachip.c