- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / arch / ia64 / kernel / module.c
index 1962879..e58f436 100644 (file)
@@ -940,14 +940,3 @@ module_arch_cleanup (struct module *mod)
        if (mod->arch.core_unw_table)
                unw_remove_unwind_table(mod->arch.core_unw_table);
 }
-
-#ifdef CONFIG_SMP
-void
-percpu_modcopy (void *pcpudst, const void *src, unsigned long size)
-{
-       unsigned int i;
-       for_each_possible_cpu(i) {
-               memcpy(pcpudst + __per_cpu_offset[i], src, size);
-       }
-}
-#endif /* CONFIG_SMP */