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_32.h | |
parent | 696546dd52d9baf73920a61e6525a41f3460ba4d (diff) |
Manually patched mc^2 related codewip-mc2-cache-slack
Diffstat (limited to 'include/litmus/unistd_32.h')
-rw-r--r-- | include/litmus/unistd_32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/litmus/unistd_32.h b/include/litmus/unistd_32.h index 5f6a2749c6a7..202f439a62ae 100644 --- a/include/litmus/unistd_32.h +++ b/include/litmus/unistd_32.h | |||
@@ -19,5 +19,6 @@ | |||
19 | #define __NR_null_call __LSC(11) | 19 | #define __NR_null_call __LSC(11) |
20 | #define __NR_reservation_create __LSC(12) | 20 | #define __NR_reservation_create __LSC(12) |
21 | #define __NR_reservation_destroy __LSC(13) | 21 | #define __NR_reservation_destroy __LSC(13) |
22 | #define __NR_set_mc2_task_param __LSC(14) | ||
22 | 23 | ||
23 | #define NR_litmus_syscalls 14 | 24 | #define NR_litmus_syscalls 15 |