summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 19:59:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 19:59:17 +0000
commita3ff693ec26be03c643906cb346aa3dcd040a673 (patch)
treec45d00d1d814406aeb0515a66d8887fed114828c /cpukit/score/cpu/arm/rtems/score/cpu.h
parent2007-11-26 Ray Xu <rayx.cn@gmail.com> (diff)
downloadrtems-a3ff693ec26be03c643906cb346aa3dcd040a673.tar.bz2
2007-11-26 Ray Xu <rayx.cn@gmail.com>
* cpu.c, score/cpu.h: Fix headers. Remove extra inline definition. * cpu_asm.S: Note origin of Thumb support.
Diffstat (limited to 'cpukit/score/cpu/arm/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index cf99701e9c..cf712589ee 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -8,6 +8,8 @@
* This include file contains information pertaining to the ARM
* processor.
*
+ * Copyright (c) 2007 Ray Xu <Rayx.cn@gmail.com>
+ *
* Copyright (c) 2006 OAR Corporation
*
* Copyright (c) 2002 Advent Networks, Inc.
@@ -514,7 +516,7 @@ SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context;
*/
#if (defined(__THUMB_INTERWORK__) || defined(__thumb__))
-extern unsigned int _CPU_ISR_Disable_Thumb(void) __attribute__ ((naked));
+extern uint32_t _CPU_ISR_Disable_Thumb(void) __attribute__ ((naked));
extern void _CPU_ISR_Enable_Thumb( int ) __attribute__ ((naked));
extern void _CPU_ISR_Flash_Thumb(int) __attribute__ ((naked));
extern void _CPU_ISR_Set_level_Thumb(int ) __attribute__ ((naked));