X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fasm-x86%2Fcpu.h;h=73f2ea84fd74b024fa4ebc8e91cabcdab4340108;hb=7fda20f146d5d217684ffbc37c6b6c5f82c2dffd;hp=b1bc7b1b64b0e304d13f907e4d5cd607417bdfee;hpb=95b00786f3b8fa99f53931361beeb4c10504ad87;p=~andy%2Flinux diff --git a/include/asm-x86/cpu.h b/include/asm-x86/cpu.h index b1bc7b1b64b..73f2ea84fd7 100644 --- a/include/asm-x86/cpu.h +++ b/include/asm-x86/cpu.h @@ -7,11 +7,12 @@ #include #include -struct i386_cpu { +struct x86_cpu { struct cpu cpu; }; -extern int arch_register_cpu(int num); + #ifdef CONFIG_HOTPLUG_CPU +extern int arch_register_cpu(int num); extern void arch_unregister_cpu(int); #endif