# HG changeset patch # User iap10@labyrinth.cl.cam.ac.uk # Date 1048149266 0 # Node ID a72c5a70fe2bba9e83bf1b811f7156882683b14f # Parent 03dc7864109b76a250bab732d2cfd3316da16279 bitkeeper revision 1.149 (3e797d12w2a9Jkg9CeHbUBtMWxrA5Q) Fixed syntax error in schedule.c. Quality software ;-) diff -r 03dc7864109b -r a72c5a70fe2b xen/common/schedule.c --- a/xen/common/schedule.c Wed Mar 19 19:05:13 2003 +0000 +++ b/xen/common/schedule.c Thu Mar 20 08:34:26 2003 +0000 @@ -212,7 +212,7 @@ long sched_adjdom(int dom, unsigned long ****************************************************************************/ void reschedule(struct task_struct *p) { - int cpu = p->processor;; + int cpu = p->processor; struct task_struct *curr; unsigned long flags; s_time_t now, min_time;