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)
commiteec1d4fa00c6552ae2fdf71d59f1eded7c88dd89
treeee2c918694e1a01e0826e98c89b703916488bedd
parente53beacd23d9cb47590da6a7a7f6d417b941a994
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
This page took 0.038276 seconds and 5 git commands to generate.