]> git.baikalelectronics.ru Git - kernel.git/commit
x86, amd-nb: Complete the rename of AMD NB and related code
authorHans Rosenfeld <hans.rosenfeld@amd.com>
Fri, 29 Oct 2010 15:14:30 +0000 (17:14 +0200)
committerBorislav Petkov <borislav.petkov@amd.com>
Thu, 18 Nov 2010 14:53:04 +0000 (15:53 +0100)
commit5f5cbca856152dd40a7ed66cad9d2dfda531ae56
treeee2c918694e1a01e0826e98c89b703916488bedd
parentd7625601219f54426c30ec1edd4e6354971f9de3
x86, amd-nb: Complete the rename of AMD NB and related code

Not only the naming of the files was confusing, it was even more so for
the function and variable names.

Renamed the K8 NB and NUMA stuff that is also used on other AMD
platforms. This also renames the CONFIG_K8_NUMA option to
CONFIG_AMD_NUMA and the related file k8topology_64.c to
amdtopology_64.c. No functional changes intended.

Signed-off-by: Hans Rosenfeld <hans.rosenfeld@amd.com>
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
13 files changed:
arch/x86/Kconfig
arch/x86/include/asm/amd_nb.h
arch/x86/kernel/amd_nb.c
arch/x86/kernel/aperture_64.c
arch/x86/kernel/cpu/intel_cacheinfo.c
arch/x86/kernel/pci-gart_64.c
arch/x86/kernel/setup.c
arch/x86/mm/Makefile
arch/x86/mm/amdtopology_64.c [new file with mode: 0644]
arch/x86/mm/k8topology_64.c [deleted file]
arch/x86/mm/numa_64.c
drivers/char/agp/amd64-agp.c
drivers/edac/amd64_edac.c