Displaying 2 results from an estimated 2 matches for "144835834edd".
2007 Jul 22
0
[PATCH] Fix lguest clock when jiffies not available
...t is more precise and at
least as accurate as the jiffies clock. It also gets rid of the
GET_WALLCLOCK hypercall.
Also, delay setting sched_clock until our clock is set up, otherwise
the early printk timestamps can go backwards.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff -r 144835834edd drivers/lguest/hypercalls.c
--- a/drivers/lguest/hypercalls.c Sat Jul 21 11:12:01 2007 +1000
+++ b/drivers/lguest/hypercalls.c Sun Jul 22 20:49:12 2007 +1000
@@ -44,12 +44,6 @@ static void do_hcall(struct lguest *lg,
else
guest_pagetable_flush_user(lg);
break;
- case LHCALL_GET_WALLCLOCK...
2007 Jul 22
0
[PATCH] Fix lguest clock when jiffies not available
...t is more precise and at
least as accurate as the jiffies clock. It also gets rid of the
GET_WALLCLOCK hypercall.
Also, delay setting sched_clock until our clock is set up, otherwise
the early printk timestamps can go backwards.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff -r 144835834edd drivers/lguest/hypercalls.c
--- a/drivers/lguest/hypercalls.c Sat Jul 21 11:12:01 2007 +1000
+++ b/drivers/lguest/hypercalls.c Sun Jul 22 20:49:12 2007 +1000
@@ -44,12 +44,6 @@ static void do_hcall(struct lguest *lg,
else
guest_pagetable_flush_user(lg);
break;
- case LHCALL_GET_WALLCLOCK...