ia64/xen-unstable
changeset 332:a72c5a70fe2b
bitkeeper revision 1.149 (3e797d12w2a9Jkg9CeHbUBtMWxrA5Q)
Fixed syntax error in schedule.c.
Quality software ;-)
Fixed syntax error in schedule.c.
Quality software ;-)
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Thu Mar 20 08:34:26 2003 +0000 (2003-03-20) |
parents | 03dc7864109b |
children | 3f05356c923d |
files | xen/common/schedule.c |
line diff
1.1 --- a/xen/common/schedule.c Wed Mar 19 19:05:13 2003 +0000 1.2 +++ b/xen/common/schedule.c Thu Mar 20 08:34:26 2003 +0000 1.3 @@ -212,7 +212,7 @@ long sched_adjdom(int dom, unsigned long 1.4 ****************************************************************************/ 1.5 void reschedule(struct task_struct *p) 1.6 { 1.7 - int cpu = p->processor;; 1.8 + int cpu = p->processor; 1.9 struct task_struct *curr; 1.10 unsigned long flags; 1.11 s_time_t now, min_time;