Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs...
[pandora-kernel.git] / arch / x86 / kernel / cpu / cpu.h
index e765633..1b22dcc 100644 (file)
@@ -18,6 +18,7 @@ struct cpu_dev {
        struct          cpu_model_info c_models[4];
 
        void            (*c_early_init)(struct cpuinfo_x86 *);
+       void            (*c_bsp_init)(struct cpuinfo_x86 *);
        void            (*c_init)(struct cpuinfo_x86 *);
        void            (*c_identify)(struct cpuinfo_x86 *);
        unsigned int    (*c_size_cache)(struct cpuinfo_x86 *, unsigned int);