Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169983
b: refs/heads/master
c: 0d0fbbd
h: refs/heads/master
i:
  169981: 3efea8e
  169979: e7d68f2
  169975: 20db373
  169967: ba439ae
  169951: 119af3d
  169919: 75f811e
  169855: 5b68cb3
  169727: bee6342
  169471: 81ebf26
  168959: 490e891
  167935: ae7cd49
v: v3
  • Loading branch information
Rusty Russell authored and Ingo Molnar committed Nov 8, 2009
1 parent d67ae51 commit e3df3fc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5a943617ef52e9f79cd7cf437aad8870be27aabb
refs/heads/master: 0d0fbbddcc27c062815732b38c44b544e656c799
4 changes: 2 additions & 2 deletions trunk/arch/x86/include/asm/msr.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,12 @@ static inline int wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h)
wrmsr(msr_no, l, h);
return 0;
}
static inline void rdmsr_on_cpus(const cpumask_t *m, u32 msr_no,
static inline void rdmsr_on_cpus(const struct cpumask *m, u32 msr_no,
struct msr *msrs)
{
rdmsr_on_cpu(0, msr_no, &(msrs[0].l), &(msrs[0].h));
}
static inline void wrmsr_on_cpus(const cpumask_t *m, u32 msr_no,
static inline void wrmsr_on_cpus(const struct cpumask *m, u32 msr_no,
struct msr *msrs)
{
wrmsr_on_cpu(0, msr_no, msrs[0].l, msrs[0].h);
Expand Down

0 comments on commit e3df3fc

Please sign in to comment.