x86: split cpuinfo from setup_64.c into cpu/proc_64.c
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Wed, 20 Feb 2008 18:41:51 +0000 (10:41 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:48 +0000 (17:40 +0200)
commit8fa6878ffc6366f490e99a1ab31127fb599657c9
treeb8f37975f9690d8f7d831fc4d87623628c141c82
parent637cba02618c1373eb9d2b70a53c17832e27d090
x86: split cpuinfo from setup_64.c into cpu/proc_64.c

x86 /proc/cpuinfo code can be unified.
This is the first step of unification.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/proc_64.c [new file with mode: 0644]
arch/x86/kernel/setup_64.c