From 10fd4aacc7c2788ebc6a696174ae0a98c4a83dd3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 2 Aug 2013 13:54:08 +0200 Subject: score/cpu: Add CPU_Per_CPU_control Add CPU port specific per-CPU control. --- cpukit/score/cpu/mips/rtems/score/cpu.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/score/cpu/mips/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h index 229490bd9b..beb03bfbf6 100644 --- a/cpukit/score/cpu/mips/rtems/score/cpu.h +++ b/cpukit/score/cpu/mips/rtems/score/cpu.h @@ -353,6 +353,8 @@ extern "C" { #define CPU_SIZEOF_POINTER 4 +#define CPU_PER_CPU_CONTROL_SIZE 0 + /* * Processor defined structures * @@ -399,6 +401,10 @@ extern "C" { #ifndef ASM +typedef struct { + /* There is no CPU specific per-CPU state */ +} CPU_Per_CPU_control; + /* WARNING: If this structure is modified, the constants in cpu.h must be updated. */ #if (__mips == 1) || (__mips == 32) #define __MIPS_REGISTER_TYPE uint32_t -- cgit v1.2.3