From: Rusty Russell Date: Wed, 2 May 2007 17:27:10 +0000 (+0200) Subject: [PATCH] i386: clean up cpu_init() X-Git-Tag: v2.6.22-rc1~1011^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2cbcc49e2bfd6eaa44d7e4e5e5f171aaa5ec80d;p=pandora-kernel.git [PATCH] i386: clean up cpu_init() We now have cpu_init() and secondary_cpu_init() doing nothing but calling _cpu_init() with the same arguments. Rename _cpu_init() to cpu_init() and use it as a replcement for secondary_cpu_init(). Signed-off-by: Rusty Russell Signed-off-by: Andi Kleen Cc: Andi Kleen Signed-off-by: Andrew Morton --- Reading git-diff-tree failed