diff options
author | Namhoon Kim <namhoonk@cs.unc.edu> | 2017-09-13 05:48:56 -0400 |
---|---|---|
committer | Namhoon Kim <namhoonk@cs.unc.edu> | 2017-09-13 05:48:56 -0400 |
commit | b0905375748cbc0fde1dfd7578bd4ff7ac47913b (patch) | |
tree | 9dbf24179ead0d6b6d366ec18fa09e8a712f9cc9 /litmus | |
parent | 7ce89fa17531c28b08f03b37bcfd3eeb505aab10 (diff) |
Impl. Done.
Diffstat (limited to 'litmus')
-rw-r--r-- | litmus/page_dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/page_dev.c b/litmus/page_dev.c index 2fd829b05a0a..ea5d5f5cb36d 100644 --- a/litmus/page_dev.c +++ b/litmus/page_dev.c | |||
@@ -6,6 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <litmus/page_dev.h> | 8 | #include <litmus/page_dev.h> |
9 | #include <litmus/debug_trace.h> | ||
9 | 10 | ||
10 | // This Address Decoding is used in imx6-sabredsd platform | 11 | // This Address Decoding is used in imx6-sabredsd platform |
11 | #define NUM_BANKS 8 | 12 | #define NUM_BANKS 8 |