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 | |
parent | cef9a08794f4ecdd0d1ea80ef4035f2bc9e234ce (diff) |
set_page_color syscall
Diffstat (limited to 'include')
-rw-r--r-- | include/litmus/unistd_32.h | 3 | ||||
-rw-r--r-- | include/litmus/unistd_64.h | 4 |
2 files changed, 5 insertions, 2 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 |
diff --git a/include/litmus/unistd_64.h b/include/litmus/unistd_64.h index ba2c91c5bf8c..2fb49dc58eb3 100644 --- a/include/litmus/unistd_64.h +++ b/include/litmus/unistd_64.h | |||
@@ -35,5 +35,7 @@ __SYSCALL(__NR_reservation_create, sys_reservation_create) | |||
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) | 36 | #define __NR_set_mc2_task_param __LSC(14) |
37 | __SYSCALL(__NR_set_mc2_task_param, sys_set_mc2_task_param) | 37 | __SYSCALL(__NR_set_mc2_task_param, sys_set_mc2_task_param) |
38 | #define __NR_set_page_color __LSC(15) | ||
39 | __SYSCALL(__NR_set_page_color, sys_set_page_color) | ||
38 | 40 | ||
39 | #define NR_litmus_syscalls 15 | 41 | #define NR_litmus_syscalls 16 |