From 0c6a97a0bddbe02699093fdddb26b9525b73e199 Mon Sep 17 00:00:00 2001 From: KAMEZAWA Hiroyuki Date: Tue, 18 Apr 2006 22:20:21 -0700 Subject: [PATCH] --- yaml --- r: 25973 b: refs/heads/master c: 676ff453e58c5ff7ddbfebf5a11142e3e4add161 h: refs/heads/master i: 25971: ad7524ed1591108151674002571577d0c8201467 v: v3 --- [refs] | 2 +- trunk/include/asm-x86_64/percpu.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 02d77c45581f..cccaf811723f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5e85d4abe3f43bb5362f384bab0e20ef082ce0b5 +refs/heads/master: 676ff453e58c5ff7ddbfebf5a11142e3e4add161 diff --git a/trunk/include/asm-x86_64/percpu.h b/trunk/include/asm-x86_64/percpu.h index 4405b4adeaba..7f33aaf9f7b1 100644 --- a/trunk/include/asm-x86_64/percpu.h +++ b/trunk/include/asm-x86_64/percpu.h @@ -26,7 +26,7 @@ #define percpu_modcopy(pcpudst, src, size) \ do { \ unsigned int __i; \ - for_each_cpu(__i) \ + for_each_possible_cpu(__i) \ memcpy((pcpudst)+__per_cpu_offset(__i), \ (src), (size)); \ } while (0)