diff options
author | Ming Yang <yang@cs.unc.edu> | 2016-02-11 20:31:16 -0500 |
---|---|---|
committer | Ming Yang <yang@cs.unc.edu> | 2016-02-11 20:31:16 -0500 |
commit | 28cef80c0b9da0184ef736ae131b6146c5976422 (patch) | |
tree | ddaa898f1786850dbd3d759a032903f5a7a35ae0 /include/litmus/unistd_64.h | |
parent | 696546dd52d9baf73920a61e6525a41f3460ba4d (diff) |
Manually patched mc^2 related codewip-mc2-cache-slack
Diffstat (limited to 'include/litmus/unistd_64.h')
-rw-r--r-- | include/litmus/unistd_64.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/litmus/unistd_64.h b/include/litmus/unistd_64.h index 3e6b1d330336..ba2c91c5bf8c 100644 --- a/include/litmus/unistd_64.h +++ b/include/litmus/unistd_64.h | |||
@@ -33,6 +33,7 @@ __SYSCALL(__NR_null_call, sys_null_call) | |||
33 | __SYSCALL(__NR_reservation_create, sys_reservation_create) | 33 | __SYSCALL(__NR_reservation_create, sys_reservation_create) |
34 | #define __NR_reservation_destroy __LSC(13) | 34 | #define __NR_reservation_destroy __LSC(13) |
35 | __SYSCALL(__NR_reservation_destroy, sys_reservation_destroy) | 35 | __SYSCALL(__NR_reservation_destroy, sys_reservation_destroy) |
36 | #define __NR_set_mc2_task_param __LSC(14) | ||
37 | __SYSCALL(__NR_set_mc2_task_param, sys_set_mc2_task_param) | ||
36 | 38 | ||
37 | 39 | #define NR_litmus_syscalls 15 | |
38 | #define NR_litmus_syscalls 14 | ||