aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/xen/enlighten.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 201d09a7c46b..662bdcbbbd18 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1339,6 +1339,7 @@ xen_panic_event(struct notifier_block *this, unsigned long event, void *ptr)
1339 1339
1340static struct notifier_block xen_panic_block = { 1340static struct notifier_block xen_panic_block = {
1341 .notifier_call= xen_panic_event, 1341 .notifier_call= xen_panic_event,
1342 .priority = INT_MIN
1342}; 1343};
1343 1344
1344int xen_panic_handler_init(void) 1345int xen_panic_handler_init(void)