diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-06 16:36:31 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-09 16:35:32 -0500 |
| commit | f8585fe1fc6f0830f900dad7c8ccc40e17f79644 (patch) | |
| tree | a89c87d7f2b2002e4ac77ca34b63209ed98d66a1 /bin | |
| parent | 42e747e4fe5648967c1ead5ae327b5fbbe66f2e5 (diff) | |
refactor: use architecture-specific includes for cycles.h
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/cycles.c | 2 | ||||
| -rw-r--r-- | bin/null_call.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/bin/cycles.c b/bin/cycles.c index a6b9308..babd073 100644 --- a/bin/cycles.c +++ b/bin/cycles.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #include <stdlib.h> | 2 | #include <stdlib.h> |
| 3 | #include <unistd.h> | 3 | #include <unistd.h> |
| 4 | 4 | ||
| 5 | #include "cycles.h" | 5 | #include "asm/cycles.h" |
| 6 | 6 | ||
| 7 | int main(int argc, char** argv) | 7 | int main(int argc, char** argv) |
| 8 | { | 8 | { |
diff --git a/bin/null_call.c b/bin/null_call.c index 94ba866..61c4629 100644 --- a/bin/null_call.c +++ b/bin/null_call.c | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | #include <math.h> | 5 | #include <math.h> |
| 6 | 6 | ||
| 7 | #include "litmus.h" | 7 | #include "litmus.h" |
| 8 | #include "cycles.h" | ||
| 9 | 8 | ||
| 10 | static void time_null_call(void) | 9 | static void time_null_call(void) |
| 11 | { | 10 | { |
