From ef47bc78fcce1e5ca5d07ee6cfc8873fde9fb90b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Feb 2009 19:35:09 +0000 Subject: 2009-02-11 Joel Sherrill * rtems/score/cpu.h: Do not unroll any code on this target and use a 16-bit object id. --- cpukit/score/cpu/h8300/rtems/score/cpu.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/h8300/rtems/score') diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h index 5eb1b8af9d..44d54b7c80 100644 --- a/cpukit/score/cpu/h8300/rtems/score/cpu.h +++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h @@ -77,7 +77,13 @@ extern "C" { * XXX */ -#define CPU_UNROLL_ENQUEUE_PRIORITY TRUE +#define CPU_UNROLL_ENQUEUE_PRIORITY FALSE + +/* + * Should this target use 16 or 32 bit object Ids? + * + */ +#define RTEMS_USE_16_BIT_OBJECT /* * Does RTEMS manage a dedicated interrupt stack in software? -- cgit v1.2.3