Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25630
b: refs/heads/master
c: 0681226
h: refs/heads/master
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Tony Luck committed Apr 6, 2006
1 parent 28934f4 commit 22200bd
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: 03fbaca36a85a8c923e30abfb1a9a630bf1c5a1d
refs/heads/master: 0681226661754a99de711cda2c2bd12ff9cd2c3b
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,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);
}
}
Expand Down

0 comments on commit 22200bd

Please sign in to comment.