Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree
[firefly-linux-kernel-4.4.55.git] / drivers / lguest / hypercalls.c
index 5dd1fb8a6610a4bcca299431e29e2efa148adf44..1219af493c0f186bf0ccc71c5bac6b8c88564dbb 100644 (file)
@@ -117,10 +117,6 @@ static void do_hcall(struct lg_cpu *cpu, struct hcall_args *args)
                /* Similarly, this sets the halted flag for run_guest(). */
                cpu->halted = 1;
                break;
-       case LHCALL_NOTIFY:
-               cpu->pending.trap = LGUEST_TRAP_ENTRY;
-               cpu->pending.addr = args->arg1;
-               break;
        default:
                /* It should be an architecture-specific hypercall. */
                if (lguest_arch_do_hcall(cpu, args))