From bafd20cec911c491fbe16aa1c8a4aa97673ac0b1 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 20 Mar 2010 08:55:06 +0000 Subject: [PATCH] Fix a typo which broke Xen build Signed-off-by: Blue Swirl --- hw/xen_machine_pv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xen_machine_pv.c b/hw/xen_machine_pv.c index abfa02c95..fe7d35cf8 100644 --- a/hw/xen_machine_pv.c +++ b/hw/xen_machine_pv.c @@ -106,7 +106,7 @@ static void xen_init_pv(ram_addr_t ram_size, } /* config cleanup hook */ - exit_notifier_addr(&exit_notifier); + exit_notifier_add(&exit_notifier); /* setup framebuffer */ xen_init_display(xen_domid);