diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-18 15:04:42 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-18 15:04:42 -0500 |
commit | 6cea300f283a31396c5a767c32136fae5d7d1d3a (patch) | |
tree | 9c77d5d1b6bb522f9480c891ba6862c1a90555e9 /arch | |
parent | 1f53692176fa0aa40f5ca6f9c908717c6c728d0b (diff) |
[litmus core] add sys_task_mode_transition()
This allows real-time tasks to become best-effort tasks and vice versa.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/syscall_table.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S index 2ec6ca1248..b611068053 100644 --- a/arch/i386/kernel/syscall_table.S +++ b/arch/i386/kernel/syscall_table.S | |||
@@ -343,6 +343,6 @@ ENTRY(sys_call_table) | |||
343 | .long sys_get_cur_service_level /* 340 */ | 343 | .long sys_get_cur_service_level /* 340 */ |
344 | .long sys_reg_ics_cb | 344 | .long sys_reg_ics_cb |
345 | .long sys_start_wcs | 345 | .long sys_start_wcs |
346 | 346 | .long sys_task_mode_transition /* 343 */ | |
347 | 347 | ||
348 | 348 | ||