From 254dc82daf8cbd6922376fcbb81c31e21cbf4d16 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 24 Jun 2016 11:22:03 +0200 Subject: score: Change Priority_Control to 64-bit A 32-bit Priority_Control limits the uptime to 49 days with a 1ms clock tick in case the EDF scheduler is used. Increase it to 64-bit to enable proper operation of the EDF scheduler, Close 2173. --- testsuites/smptests/smpmrsp01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/smptests/smpmrsp01') diff --git a/testsuites/smptests/smpmrsp01/init.c b/testsuites/smptests/smpmrsp01/init.c index dca8662918..30fb5772b8 100644 --- a/testsuites/smptests/smpmrsp01/init.c +++ b/testsuites/smptests/smpmrsp01/init.c @@ -204,7 +204,7 @@ static void print_switch_events(test_context *ctx) rtems_object_get_name(e->heir_node->Object.id, sizeof(hn), &hn[0]); printf( - "[%" PRIu32 "] %4s -> %4s (prio %3" PRIu32 ", node %4s)\n", + "[%" PRIu32 "] %4s -> %4s (prio %3" PRIu64 ", node %4s)\n", e->cpu_index, &ex[0], &hr[0], -- cgit v1.2.3