diff options
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r-- | include/litmus/rt_param.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index 42f5b4f66a3d..a8fe95b32c06 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -267,9 +267,6 @@ struct rt_param { | |||
267 | 267 | ||
268 | /* Pointer to the page shared between userspace and kernel. */ | 268 | /* Pointer to the page shared between userspace and kernel. */ |
269 | struct control_page * ctrl_page; | 269 | struct control_page * ctrl_page; |
270 | #ifdef CONFIG_ARCH_NEEDS_UNCACHED_CONTROL_PAGE | ||
271 | void *ctrl_page_orig; | ||
272 | #endif | ||
273 | 270 | ||
274 | lt_t total_tardy; | 271 | lt_t total_tardy; |
275 | lt_t max_tardy; | 272 | lt_t max_tardy; |