x86: cpu/common*.c have same cpu_init(), with copying and #ifdef
authorYinghai Lu <yhlu.kernel@gmail.com>
Fri, 5 Sep 2008 03:09:04 +0000 (20:09 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 5 Sep 2008 07:40:49 +0000 (09:40 +0200)
commit1ba76586f778be327e452180d8378e40ee70f066
treeda0edadf3e91d036d4afc321a0a32181ca3bd7ab
parentd5494d4f517158b1d2eea1ae33f6c264eb12675f
x86: cpu/common*.c have same cpu_init(), with copying and #ifdef

hard to merge by lines... (as here we have material differences between
32-bit and 64-bit mode) - will try to do it later.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/common.c
arch/x86/kernel/cpu/common_64.c