X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fia64%2Fkernel%2Fmodule.c;h=158e3c51bb771fb5efb5d3424c7efda4c68905bf;hp=7a2f0a798d121c67a338b6f34cc9a59090f2505b;hb=05668381140309088443bf5dc53add4104610fbb;hpb=fce45c1c8a6b5334fa88bbb9b1496b0699d3fef0 diff --git a/arch/ia64/kernel/module.c b/arch/ia64/kernel/module.c index 7a2f0a798d12..158e3c51bb77 100644 --- a/arch/ia64/kernel/module.c +++ b/arch/ia64/kernel/module.c @@ -25,7 +25,6 @@ SEGREL64LSB */ -#include #include #include @@ -947,7 +946,7 @@ void percpu_modcopy (void *pcpudst, const void *src, unsigned long size) { unsigned int i; - for_each_cpu(i) { + for_each_possible_cpu(i) { memcpy(pcpudst + __per_cpu_offset[i], src, size); } }