]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86, cpu: Split addon_cpuid_features.c
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 20 Jul 2010 01:32:04 +0000 (18:32 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 20 Jul 2010 02:02:41 +0000 (19:02 -0700)
commit2decb194e65ab66eaf787512dc572cdc99893b24
tree80e1df44c19b28487bfc663300ca58236505bc70
parent278bc5f6abd69dd868746dbd642266ac09a9c9c6
x86, cpu: Split addon_cpuid_features.c

addon_cpuid_features.c contains exactly two almost completely
unrelated functions, plus has a long and very generic name.  Split it
into two files, scattered.c for the scattered feature flags, and
topology.c for the topology information.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
LKML-Reference: <tip-*@git.kernel.org>
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/scattered.c [new file with mode: 0644]
arch/x86/kernel/cpu/topology.c [moved from arch/x86/kernel/cpu/addon_cpuid_features.c with 64% similarity]