summaryrefslogtreecommitdiffstats
path: root/drivers/lguest/hypercalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/lguest/hypercalls.c')
-rw-r--r--drivers/lguest/hypercalls.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/lguest/hypercalls.c b/drivers/lguest/hypercalls.c
index 19a32280731d..601f81c04873 100644
--- a/drivers/lguest/hypercalls.c
+++ b/drivers/lguest/hypercalls.c
@@ -109,10 +109,6 @@ static void do_hcall(struct lg_cpu *cpu, struct hcall_args *args)
109 case LHCALL_SET_CLOCKEVENT: 109 case LHCALL_SET_CLOCKEVENT:
110 guest_set_clockevent(cpu, args->arg1); 110 guest_set_clockevent(cpu, args->arg1);
111 break; 111 break;
112 case LHCALL_TS:
113 /* This sets the TS flag, as we saw used in run_guest(). */
114 cpu->ts = args->arg1;
115 break;
116 case LHCALL_HALT: 112 case LHCALL_HALT:
117 /* Similarly, this sets the halted flag for run_guest(). */ 113 /* Similarly, this sets the halted flag for run_guest(). */
118 cpu->halted = 1; 114 cpu->halted = 1;