Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25973
b: refs/heads/master
c: 676ff45
h: refs/heads/master
i:
  25971: ad7524e
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Apr 19, 2006
1 parent 68f253a commit 0c6a97a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e85d4abe3f43bb5362f384bab0e20ef082ce0b5
refs/heads/master: 676ff453e58c5ff7ddbfebf5a11142e3e4add161
2 changes: 1 addition & 1 deletion trunk/include/asm-x86_64/percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0c6a97a

Please sign in to comment.