Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118200
b: refs/heads/master
c: 9352f56
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Oct 29, 2008
1 parent 6f887d7 commit 03fc59c
Show file tree
Hide file tree
Showing 3 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: f96f57d91c2df75011d1e260c23edca429f37361
refs/heads/master: 9352f5698db2c6d7f2789f6cd37e3996d49ac4b5
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/vsmp_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static unsigned __init_or_module vsmp_patch(u8 type, u16 clobbers, void *ibuf,

static void __init set_vsmp_pv_ops(void)
{
void *address;
void __iomem *address;
unsigned int cap, ctl, cfg;

/* set vSMP magic bits to indicate vSMP capable kernel */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/gup.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ int get_user_pages_fast(unsigned long start, int nr_pages, int write,
len = (unsigned long) nr_pages << PAGE_SHIFT;
end = start + len;
if (unlikely(!access_ok(write ? VERIFY_WRITE : VERIFY_READ,
start, len)))
(void __user *)start, len)))
goto slow_irqon;

/*
Expand Down

0 comments on commit 03fc59c

Please sign in to comment.