diff options
author | Daniel J Blueman <daniel@numascale-asia.com> | 2012-11-27 06:32:09 (GMT) |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2013-01-10 15:17:58 (GMT) |
commit | 772c3ff385eda0d0b4744596f87b79a17f8c9282 (patch) | |
tree | beafb4dbaafa13dc01a35acb5d8b4949bb568d0e /drivers/edac/amd64_edac.h | |
parent | 9931faca02c604c22335f5a935a501bb2ace6e20 (diff) | |
download | linux-772c3ff385eda0d0b4744596f87b79a17f8c9282.tar.xz |
x86, AMD, NB: Add multi-domain support
Fix get_node_id to match northbridge IDs from the array of detected
ones, allowing multi-server support such as with Numascale's
NumaConnect, renaming to 'amd_get_node_id' for consistency.
Signed-off-by: Daniel J Blueman <daniel@numascale-asia.com>
Link: http://lkml.kernel.org/r/1353997932-8475-1-git-send-email-daniel@numascale-asia.com
[Boris: shorten lines to fit 80 cols]
Signed-off-by: Borislav Petkov <bp@alien8.de>
Diffstat (limited to 'drivers/edac/amd64_edac.h')
-rw-r--r-- | drivers/edac/amd64_edac.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/edac/amd64_edac.h b/drivers/edac/amd64_edac.h index e864f40..cd7845f 100644 --- a/drivers/edac/amd64_edac.h +++ b/drivers/edac/amd64_edac.h @@ -292,12 +292,6 @@ /* MSRs */ #define MSR_MCGCTL_NBE BIT(4) -/* AMD sets the first MC device at device ID 0x18. */ -static inline u8 get_node_id(struct pci_dev *pdev) -{ - return PCI_SLOT(pdev->devfn) - 0x18; -} - enum amd_families { K8_CPUS = 0, F10_CPUS, |