Rev | Line | |
---|
[1] | 1 | Two type of event local and remote |
---|
| 2 | |
---|
| 3 | 1) locals are used by the periphs to postopone their work |
---|
| 4 | |
---|
| 5 | 2) remote are used to ask a work to done by another cluster. The users are: |
---|
| 6 | - sys_fork.c |
---|
| 7 | - kern/sys_thread_create.c |
---|
| 8 | - kern/thread_create.c |
---|
| 9 | - kern/thread_migrate.c |
---|
| 10 | |
---|
| 11 | - mm/vmm.c : vmm_broadcast_inval Never used!! |
---|
| 12 | - cluster.C : cluster_do_key_op Never used!! |
---|
| 13 | |
---|
| 14 | do_syscall & schedule notify the events |
---|
| 15 | also done by the thread manager (which is waked up by do_interrrupt) and thread idle |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.