Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87924
b: refs/heads/master
c: 74dbf71
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 30, 2008
1 parent bf1905d commit d06a420
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: 53a0c98e117272125183138aefc6b13b4a5f38a1
refs/heads/master: 74dbf719ed3c49687dab507967ebab9189e91ab0
2 changes: 1 addition & 1 deletion trunk/drivers/lguest/lguest_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ static int initialize(struct file *file, const unsigned long __user *input)
}

/* Populate the easy fields of our "struct lguest" */
lg->mem_base = (void __user *)(long)args[0];
lg->mem_base = (void __user *)args[0];
lg->pfn_limit = args[1];

/* This is the first cpu (cpu 0) and it will start booting at args[3] */
Expand Down

0 comments on commit d06a420

Please sign in to comment.