]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/geode/video_gx.c
x86: convert cpuinfo_x86 array to a per_cpu array
[linux-2.6-omap-h63xx.git] / drivers / video / geode / video_gx.c
index 7f3f18d06718846483d5c67d0dcfb2a3caf52ceb..febf09c63492fa6bdaba484c9bc603d35b1a4140 100644 (file)
@@ -127,7 +127,7 @@ static void gx_set_dclk_frequency(struct fb_info *info)
        int timeout = 1000;
 
        /* Rev. 1 Geode GXs use a 14 MHz reference clock instead of 48 MHz. */
-       if (cpu_data->x86_mask == 1) {
+       if (cpu_data(0).x86_mask == 1) {
                pll_table = gx_pll_table_14MHz;
                pll_table_len = ARRAY_SIZE(gx_pll_table_14MHz);
        } else {