From e71aea36e87870e10e57e1f3450b5cdc2da1dea7 Mon Sep 17 00:00:00 2001 From: Maxim Baryshnikov Date: Thu, 26 May 2016 05:51:53 +0200 Subject: [PATCH] Some minor fixes applied. --- l4 | 2 +- qemu-launch-scripts/bench-linux.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/l4 b/l4 index 50ca600..f2e3ae0 160000 --- a/l4 +++ b/l4 @@ -1 +1 @@ -Subproject commit 50ca6001808e13cf1f12bfdafc9d8c1422e8f1a4 +Subproject commit f2e3ae020870560afd8c46471707afdc654897f1 diff --git a/qemu-launch-scripts/bench-linux.c b/qemu-launch-scripts/bench-linux.c index e9a3cd5..e5fac27 100644 --- a/qemu-launch-scripts/bench-linux.c +++ b/qemu-launch-scripts/bench-linux.c @@ -15,14 +15,14 @@ #endif//L4 #define WORKSET_SIZE (6*1024*1024) -//#define ALL_WORKSETS_BENCH +#define ALL_WORKSETS_BENCH struct s { - int dummy[56]; + char dummy[56]; struct s *ptr; }; -struct s array[0x1000000/sizeof(struct s)]; +struct s array[0x2100000/sizeof(struct s)]; #define REPEATS (0x20000000) static __inline__ uint64_t rdtsc(void) -- 2.39.2