From: kaf24@scramble.cl.cam.ac.uk Date: Sun, 20 Jun 2004 09:01:56 +0000 (+0000) Subject: bitkeeper revision 1.986 (40d55284M764fMeIuW4JzqETaZKJBA) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18135 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cb5d26ae7797d4c82587d82fcd987cb0c4e83359;p=xen.git bitkeeper revision 1.986 (40d55284M764fMeIuW4JzqETaZKJBA) Fixes. --- diff --git a/linux-2.4.26-xen-sparse/arch/xen/kernel/setup.c b/linux-2.4.26-xen-sparse/arch/xen/kernel/setup.c index f9c06ca469..a70897c57e 100644 --- a/linux-2.4.26-xen-sparse/arch/xen/kernel/setup.c +++ b/linux-2.4.26-xen-sparse/arch/xen/kernel/setup.c @@ -1155,7 +1155,7 @@ static void shutdown_handler(ctrl_msg_t *msg, unsigned long id) static int __init setup_shutdown_event(void) { - ctrl_if_register_receiver(CMSG_SUSPEND, shutdown_handler, 0); + ctrl_if_register_receiver(CMSG_SHUTDOWN, shutdown_handler, 0); return 0; } diff --git a/xen/common/event_channel.c b/xen/common/event_channel.c index ee81bd7eed..09c13ddb10 100644 --- a/xen/common/event_channel.c +++ b/xen/common/event_channel.c @@ -1,7 +1,7 @@ /****************************************************************************** * event_channel.c * - * Event channels between domains. + * Event notifications from VIRQs, PIRQs, and other domains. * * Copyright (c) 2003-2004, K A Fraser. *