x86: remove cpu_vendor_dev
[deliverable/linux.git] / arch / x86 / kernel / cpu / centaur_64.c
index 1d181c40e2e155c2ddcd62a388d2b78738e4e8e3..49cfc6d2f2fb446d4d2332c6dffb7f14714eaf53 100644 (file)
@@ -29,7 +29,8 @@ static struct cpu_dev centaur_cpu_dev __cpuinitdata = {
        .c_ident        = { "CentaurHauls" },
        .c_early_init   = early_init_centaur,
        .c_init         = init_centaur,
+       .c_x86_vendor   = X86_VENDOR_CENTAUR,
 };
 
-cpu_vendor_dev_register(X86_VENDOR_CENTAUR, &centaur_cpu_dev);
+cpu_dev_register(centaur_cpu_dev);
 
This page took 0.030738 seconds and 5 git commands to generate.