From 36acf9acaa8d902316307e701af4a4d26861e3b0 Mon Sep 17 00:00:00 2001 From: wonseok Date: Tue, 3 Nov 2015 15:10:58 +0900 Subject: [PATCH] test pull request --- hypervisor/interrupt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hypervisor/interrupt.c b/hypervisor/interrupt.c index 9ae13f2..b2243bd 100644 --- a/hypervisor/interrupt.c +++ b/hypervisor/interrupt.c @@ -13,6 +13,7 @@ (pirq >= VIRQ_MIN_VALID_PIRQ && pirq < VIRQ_NUM_MAX_PIRQS) + static struct interrupt_ops *_guest_ops; static struct interrupt_ops *_host_ops;