summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-08 22:56:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-08 22:56:47 +0000
commit20e22123f7a2f4b5d55384ab6a265a4f12d5bfde (patch)
treee13d4fa55411865165b86399b5501180e561b9de
parent6aae5f9913f9eeab08e3fe0a6fc4a04da14ba4b4 (diff)
2007-11-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Should not use uint32_t.
-rw-r--r--cpukit/score/cpu/sparc/ChangeLog4
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog
index 7fef51fb24..80005ed1e9 100644
--- a/cpukit/score/cpu/sparc/ChangeLog
+++ b/cpukit/score/cpu/sparc/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-08 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * rtems/score/cpu.h: Should not use uint32_t.
+
2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1237/rtems
diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h
index 7a22457cb2..78433da215 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h
@@ -559,7 +559,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high;
* attempts on a previously interrupted thread's stack.
*/
-SCORE_EXTERN volatile uint32_t _CPU_ISR_Dispatch_disable;
+SCORE_EXTERN volatile unsigned32 _CPU_ISR_Dispatch_disable;
/*
* The following type defines an entry in the SPARC's trap table.