ia64/xen-unstable
changeset 441:f51904cbaf32
bitkeeper revision 1.217.1.1 (3ebb6b5a7lgG9jA710WaSwLy4Pviww)
event.c:
Add missing stop event to event.c lost during earlier checkin
event.c:
Add missing stop event to event.c lost during earlier checkin
author | tlh20@elite.cl.cam.ac.uk |
---|---|
date | Fri May 09 08:48:26 2003 +0000 (2003-05-09) |
parents | 9d017b39d2bf |
children | 3b7be708d378 |
files | xen/common/event.c |
line diff
1.1 --- a/xen/common/event.c Thu May 08 09:02:18 2003 +0000 1.2 +++ b/xen/common/event.c Fri May 09 08:48:26 2003 +0000 1.3 @@ -19,7 +19,8 @@ extern void schedule(void); 1.4 static hyp_event_callback_fn_t event_call_fn[] = 1.5 { 1.6 schedule, 1.7 - kill_domain 1.8 + kill_domain, 1.9 + stop_domain 1.10 }; 1.11 1.12 /* Handle outstanding events for the currently-executing domain. */