From 66d2f5da40e9cb8bd85bbeba6c7ad9c3feb4a768 Mon Sep 17 00:00:00 2001 From: Christopher Kenna Date: Fri, 5 Oct 2012 20:14:43 -0400 Subject: Add more logging and a new proc entry. --- include/litmus/rt_param.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include') diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index d63821d9467a..1f624a14f6f2 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h @@ -97,19 +97,6 @@ struct control_page { int colors_updated:8; }; -#ifndef __KERNEL__ -/* - * XXX This is a terrible hack so liblitmus can use the PAGE_SIZE macro. - * We should fix liblitmus to do setup the page size at runtime. - */ -#define CACHE_LINE_SIZE 64 -#if (ARCH == x86_64) -#define PAGE_SIZE 4096 -#elif (ARCH == sparc64) -#define PAGE_SIZE 8192 -#endif -#endif /* ifndef __KERNEL__ */ - typedef uint8_t color_t; #define COLORS_PER_CONTROL_PAGE (PAGE_SIZE / (2 * sizeof(color_t))) struct color_ctrl_page { -- cgit v1.2.2