Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#21 closed task (fixed)

Cleanup IPI handling in scheduler code

Reported by: becoulet Owned by: Nicolas Pouillon
Priority: major Milestone: Preemptive scheduler usage
Component: mutek Keywords:
Cc:

Description

IPI code should be factored in mutek/scheduler.c. Processors queue might be stored together with running processes queue instead of using a CLS hack.

Attachments (2)

ipi.diff (18.3 KB ) - added by Nicolas Pouillon 16 years ago.
Patch
ipi.2.diff (20.8 KB ) - added by Nicolas Pouillon 16 years ago.
v2

Download all attachments as: .zip

Change History (5)

by Nicolas Pouillon, 16 years ago

Attachment: ipi.diff added

Patch

comment:1 by Nicolas Pouillon, 16 years ago

Status: newassigned

We should probably split up scheduler.c between

  • scheduler code
  • context queues code

by Nicolas Pouillon, 16 years ago

Attachment: ipi.2.diff added

v2

comment:2 by Nicolas Pouillon, 16 years ago

Resolution: fixed
Status: assignedclosed

Committed in [1412]

comment:3 by Nicolas Pouillon, 16 years ago

Milestone: Preempt merge
Note: See TracTickets for help on using tickets.