]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/char/hpet.c
x86: Add x86_init platform override to fix up NUMA core numbering
[karo-tx-linux.git] / drivers / char / hpet.c
index 34d6a1cab8def622d95c46b138b02a7d8a0eeeec..0833896cf6f2aeb98721441619a9fdeae0ae54bb 100644 (file)
@@ -952,7 +952,7 @@ int hpet_alloc(struct hpet_data *hdp)
 #ifdef CONFIG_IA64
        if (!hpet_clocksource) {
                hpet_mctr = (void __iomem *)&hpetp->hp_hpet->hpet_mc;
-               CLKSRC_FSYS_MMIO_SET(clocksource_hpet.fsys_mmio, hpet_mctr);
+               clocksource_hpet.archdata.fsys_mmio = hpet_mctr;
                clocksource_register_hz(&clocksource_hpet, hpetp->hp_tick_freq);
                hpetp->hp_clocksource = &clocksource_hpet;
                hpet_clocksource = &clocksource_hpet;