From fc8bf9b972edbb049af7f3980f8026b83d27b4fd Mon Sep 17 00:00:00 2001 From: Christopher Kenna Date: Wed, 5 Dec 2012 17:00:38 -0500 Subject: Update cycles type and add arm programs. --- Makefile | 7 ++++++- arch/arm/include/asm/cycles.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f22c855..5d9dbcc 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ all = lib ${rt-apps} rt-apps = cycles base_task rt_launch rtspin release_ts measure_syscall \ base_mt_task runtests colortest testcounters \ - colorspin singlepage perfmoncpu bespin + colorspin singlepage perfmoncpu bespin armsinglepage wss .PHONY: all lib clean dump-config TAGS tags cscope help @@ -253,6 +253,11 @@ lib-testcounters = obj-perfmoncpu = perfmoncpu.o perfcounters.o +obj-armsinglepage = armsinglepage.o color.o common.o + +obj-wss = wss.o color.o common.o +lib-wss = -lrt + # ############################################################################## # Build everything that depends on liblitmus. diff --git a/arch/arm/include/asm/cycles.h b/arch/arm/include/asm/cycles.h index 73632f8..f1a776d 100644 --- a/arch/arm/include/asm/cycles.h +++ b/arch/arm/include/asm/cycles.h @@ -1,7 +1,7 @@ #ifndef ASM_CYCLES_H #define ASM_CYCLES_H -typedef unsigned long cycles_t; +typedef unsigned long long cycles_t; #define CYCLES_FMT "lu" -- cgit v1.2.2