]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NB
authorAndreas Herrmann <andreas.herrmann3@amd.com>
Fri, 17 Sep 2010 16:03:43 +0000 (18:03 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 20 Sep 2010 21:22:58 +0000 (14:22 -0700)
commit23ac4ae827e6264e21b898f2cd3f601450aa02a6
treed2948304b5be996cbf8ad15ade2e3b3baa760617
parent900f9ac9f12dc3dd6fc8e33e16df172eafcaead6
x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NB

The file names are somehow misleading as the code is not specific to
AMD K8 CPUs anymore. The files accomodate code for other AMD CPU
northbridges as well.

Same is true for the config option which is valid for AMD CPU
northbridges in general and not specific to K8.

Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
LKML-Reference: <20100917160343.GD4958@loge.amd.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
14 files changed:
arch/x86/Kconfig
arch/x86/include/asm/amd_nb.h [moved from arch/x86/include/asm/k8.h with 87% similarity]
arch/x86/kernel/Makefile
arch/x86/kernel/amd_nb.c [moved from arch/x86/kernel/k8.c with 99% similarity]
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/k8topology_64.c
arch/x86/mm/numa_64.c
drivers/char/agp/Kconfig
drivers/char/agp/amd64-agp.c
drivers/edac/Kconfig
drivers/edac/amd64_edac.c