diff options
Diffstat (limited to 'include/litmus/color.h')
-rw-r--r-- | include/litmus/color.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/litmus/color.h b/include/litmus/color.h index eefb6c6dddf5..0e67028f8ea3 100644 --- a/include/litmus/color.h +++ b/include/litmus/color.h | |||
@@ -6,6 +6,12 @@ | |||
6 | #define ONE_COLOR_LEN 11 | 6 | #define ONE_COLOR_LEN 11 |
7 | #define ONE_COLOR_FMT "%4lu: %4d\n" | 7 | #define ONE_COLOR_FMT "%4lu: %4d\n" |
8 | 8 | ||
9 | #ifdef CONFIG_PHYS_ADDR_T_64BIT | ||
10 | #define FMT_PA "llx" | ||
11 | #else | ||
12 | #define FMT_PA "lx" | ||
13 | #endif | ||
14 | |||
9 | struct color_cache_info { | 15 | struct color_cache_info { |
10 | unsigned long size; | 16 | unsigned long size; |
11 | unsigned long line_size; | 17 | unsigned long line_size; |