diff options
author | Borislav Petkov <bp@amd64.org> | 2011-03-30 20:34:47 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-03-31 08:51:38 +0200 |
commit | cb6c8520f6f6bba7b7e1a6de3360a8edfd8243b6 (patch) | |
tree | afd01bf7422f33d7e112942229191ed758273398 /arch/x86/kernel/amd_nb.c | |
parent | 438008af63f8fb3a061c31d331e150fba6eaa103 (diff) | |
download | linux-cb6c8520f6f6bba7b7e1a6de3360a8edfd8243b6.tar.bz2 |
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>
Diffstat (limited to 'arch/x86/kernel/amd_nb.c')
-rw-r--r-- | arch/x86/kernel/amd_nb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/amd_nb.c b/arch/x86/kernel/amd_nb.c index 6801959a8b2a..4c39baa8facc 100644 --- a/arch/x86/kernel/amd_nb.c +++ b/arch/x86/kernel/amd_nb.c @@ -21,7 +21,7 @@ const struct pci_device_id amd_nb_misc_ids[] = { EXPORT_SYMBOL(amd_nb_misc_ids); static struct pci_device_id amd_nb_link_ids[] = { - { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_15H_NB_LINK) }, + { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_15H_NB_F4) }, {} }; |