diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-20 08:55:06 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-20 08:55:06 +0000 |
commit | bafd20cec911c491fbe16aa1c8a4aa97673ac0b1 (patch) | |
tree | f3a5d1ee0e6bbca7c37b643cc76a04019a1a4871 /hw | |
parent | 9b164805a3dba7368a7ea715cf6c585d605b2486 (diff) |
Fix a typo which broke Xen build
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xen_machine_pv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen_machine_pv.c b/hw/xen_machine_pv.c index abfa02c951..fe7d35cf89 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); |