Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257275
b: refs/heads/master
c: 00b30cf
h: refs/heads/master
i:
  257273: 8850fcb
  257271: dad7668
v: v3
  • Loading branch information
cpw@sgi.com authored and Ingo Molnar committed Jun 21, 2011
1 parent b690233 commit cec9bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 6885685923ee786f26e7b170e3b961ac0fa14037
refs/heads/master: 00b30cf04a775b5292ab704f782394e36e25617d
5 changes: 3 additions & 2 deletions trunk/arch/x86/platform/uv/tlb_uv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1334,9 +1334,10 @@ static ssize_t tunables_write(struct file *file, const char __user *user,

instr[count] = '\0';

bcp = &per_cpu(bau_control, smp_processor_id());

cpu = get_cpu();
bcp = &per_cpu(bau_control, cpu);
ret = parse_tunables_write(bcp, instr, count);
put_cpu();
if (ret)
return ret;

Expand Down

0 comments on commit cec9bfb

Please sign in to comment.