CVS log for funnyos/arch/testarm/boot/irq_trampoline.c

[BACK] Up to [local] / funnyos / arch / testarm / boot

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 23 13:37:42 2007 UTC (16 years, 5 months ago) by nbrk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +16 -6 lines
Diff to previous 1.3 (colored)

basic roundrobin multitasking support in FunnyOS!
_vector_irq saves Sys_mode context (which is treated as struct pcb) in stack and
passes sp to irq_trampoline() which then sets global iframep pointer to point to pcb of interrupted task.

"task" given by u_task (set by user at compile-time) and k_task which is dynamically allocated by the kernel.
scheduler uses list of k_task (circularly linked list) with one constant task "idle".
idle discarded in sched_init() with status TASK_NOSCHED and will not be scheduled after first sched_tick().

tasks created in task/ directory and should implement void ttt_enter(void) to start execution from.
tasks added by inserting new elements in config_tasklist[].

please note that current *ugly* design causes strange behavior if tasks printf something w/out delays..
also, we do not save task's CPSR yet..

Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 4 22:41:55 2007 UTC (16 years, 6 months ago) by init
Branch: MAIN
Changes since 1.2: +5 -1 lines
Diff to previous 1.2 (colored)

add prototypes for resident functions

Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 2 12:33:53 2007 UTC (16 years, 6 months ago) by init
Branch: MAIN
Changes since 1.1: +10 -2 lines
Diff to previous 1.1 (colored)

make irq_trampoline function that calls irq_trampoline_func (which will be overrided by irqc)

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 29 20:34:23 2007 UTC (16 years, 6 months ago) by init
Branch: MAIN

jump to irq_trampoline on ARM IRQ (0x00000018);
when an irq device is attached to system, it registers its xxx_irq to jump into from irq_trampoline().

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb