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)
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>


No differences found