Commit cb6c8520f6f6bba7b7e1a6de3360a8edfd8243b6
Committed by
Ingo Molnar
1 parent
438008af63
Exists in
master
and in
7 other branches
x86, amd-nb: Rename CPU PCI id define for F4
With increasing number of PCI function ids, add the PCI function id in the define name instead of its symbolic name in the BKDG for more clarity. This renames function 4 define. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com> Cc: Jesse Barnes <jbarnes@virtuousgeek.org> LKML-Reference: <20110330183447.GA3668@aftab> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
arch/x86/kernel/amd_nb.c
include/linux/pci_ids.h
... | ... | @@ -518,7 +518,7 @@ |
518 | 518 | #define PCI_DEVICE_ID_AMD_11H_NB_MISC 0x1303 |
519 | 519 | #define PCI_DEVICE_ID_AMD_11H_NB_LINK 0x1304 |
520 | 520 | #define PCI_DEVICE_ID_AMD_15H_NB_F3 0x1603 |
521 | -#define PCI_DEVICE_ID_AMD_15H_NB_LINK 0x1604 | |
521 | +#define PCI_DEVICE_ID_AMD_15H_NB_F4 0x1604 | |
522 | 522 | #define PCI_DEVICE_ID_AMD_CNB17H_F3 0x1703 |
523 | 523 | #define PCI_DEVICE_ID_AMD_LANCE 0x2000 |
524 | 524 | #define PCI_DEVICE_ID_AMD_LANCE_HOME 0x2001 |