RE: bug fix
Jan Stoess <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks, Thomas. Fixed it. -Jan -- Jan Stoess System Architecture Group University of Karlsruhe Phone: +49 (721) 608-4056 Fax: +49 (721) 608-7664 eMail: [email protected] > -----Original Message----- > From: [email protected] [mailto:[email protected] > karlsruhe.de] On Behalf Of Thomas Chen > Sent: Saturday, June 14, 2008 5:48 AM > To: [email protected] > Subject: bug fix > > diff -r 5348beb20d47 kernel/src/api/v4/schedule.h > --- a/kernel/src/api/v4/schedule.h Thu Jun 12 11:41:16 2008 +0200 > +++ b/kernel/src/api/v4/schedule.h Sat Jun 14 11:14:48 2008 +0800 > @@ -85,7 +85,7 @@ > void init () > { > /* prio queues */ > - for(int i = 0; i < MAX_PRIO; i++) > + for(int i = 0; i <= MAX_PRIO; i++) > prio_queue[i] = (tcb_t *)NULL; > max_prio = -1; > }
smime.p7s
(application/x-pkcs7-signature, 3.1 KB) - not displayed