diff options
author | Namhoon Kim <namhoonk@cs.unc.edu> | 2014-11-19 16:01:27 -0500 |
---|---|---|
committer | Namhoon Kim <namhoonk@cs.unc.edu> | 2014-11-19 16:01:27 -0500 |
commit | d77654f3287edf9fa6aeda97825e9a972bdc8821 (patch) | |
tree | 6fef5e799ac51b5410a68d1a928f6a3a6e94fe39 /include/litmus/unistd_32.h | |
parent | cef9a08794f4ecdd0d1ea80ef4035f2bc9e234ce (diff) |
set_page_color syscall
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 202f439a62ae..cfffbddd09b7 100644 --- a/include/litmus/unistd_32.h +++ b/include/litmus/unistd_32.h | |||
@@ -20,5 +20,6 @@ | |||
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 | #define __NR_set_mc2_task_param __LSC(14) |
23 | #define __NR_set_page_color __LSC(15) | ||
23 | 24 | ||
24 | #define NR_litmus_syscalls 15 | 25 | #define NR_litmus_syscalls 16 |