]> git.itanic.dy.fi Git - linux-stable/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)
commitdd7a5ab495019d424c2b0747892eb2e38a052ba5
treea850e188e869f7e7465afc4a1e4533d622a45fac
parent30bfa7b3488bfb1bb75c9f50a5fcac1832970c60
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