On Sun, Apr 11, 2010 at 02:09:57AM +0900, takas...@ops.dti.ne.jp wrote:
> 2nd arg of page_set_flags() should be start+size, but size.
>
> Signed-off-by: Takashi YOSHII
Thanks, applied.
> ---
> linux-user/syscall.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/
On 04/10/2010 10:09 AM, takas...@ops.dti.ne.jp wrote:
2nd arg of page_set_flags() should be start+size, but size.
Signed-off-by: Takashi YOSHII
Acked-by: Richard Henderson
---
linux-user/syscall.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux-user/sysca
2nd arg of page_set_flags() should be start+size, but size.
Signed-off-by: Takashi YOSHII
---
linux-user/syscall.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index a03e432..26c0fb4 100644
--- a/linux-user/syscall.c
+++ b/