summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sparc/cpu.c')
-rw-r--r--cpukit/score/cpu/sparc/cpu.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/score/cpu/sparc/cpu.c b/cpukit/score/cpu/sparc/cpu.c
index 4aa30dbaef..a640849bee 100644
--- a/cpukit/score/cpu/sparc/cpu.c
+++ b/cpukit/score/cpu/sparc/cpu.c
@@ -23,12 +23,6 @@
#include <rtems/score/tls.h>
#include <rtems/rtems/cache.h>
-RTEMS_STATIC_ASSERT(
- offsetof( Per_CPU_Control, cpu_per_cpu.isr_dispatch_disable)
- == SPARC_PER_CPU_ISR_DISPATCH_DISABLE,
- SPARC_PER_CPU_ISR_DISPATCH_DISABLE
-);
-
#if SPARC_HAS_FPU == 1
RTEMS_STATIC_ASSERT(
offsetof( Per_CPU_Control, cpu_per_cpu.fsr)