Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362844
b: refs/heads/master
c: 83d435d
h: refs/heads/master
v: v3
  • Loading branch information
Xie XiuQi authored and Tony Luck committed Apr 2, 2013
1 parent 864dbf9 commit d06f651
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: eee46b3de715c9a2a25ebf3c135b88a1d73d92c2
refs/heads/master: 83d435dd6e24b17955f91480f633bb39f0a7c2b4
2 changes: 1 addition & 1 deletion trunk/Documentation/ia64/err_inject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ int err_inj()
cpu=parameters[i].cpu;
k = cpu%64;
j = cpu/64;
mask[j]=1<<k;
mask[j] = 1UL << k;

if (sched_setaffinity(0, MASK_SIZE*8, mask)==-1) {
perror("Error sched_setaffinity:");
Expand Down

0 comments on commit d06f651

Please sign in to comment.