From 547af382bdbef31fc1717f5a038b43c3aa7d32da Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Apr 2008 13:47:59 +0000 Subject: 2008-04-18 Joel Sherrill * cpu.c: Add comment. --- cpukit/score/cpu/arm/cpu.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/arm/cpu.c') diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c index c6ee2642ac..b227bf3233 100644 --- a/cpukit/score/cpu/arm/cpu.c +++ b/cpukit/score/cpu/arm/cpu.c @@ -25,6 +25,13 @@ #include #include +/* + * This variable can be used to change the running mode of the execution + * contexts. + */ + +unsigned int arm_cpu_mode = 0x13; + /* _CPU_Initialize * * This routine performs processor dependent initialization. @@ -130,8 +137,6 @@ void _CPU_ISR_install_vector( } -unsigned int arm_cpu_mode = 0x13; - void _CPU_Context_Initialize( Context_Control *the_context, uint32_t *stack_base, -- cgit v1.2.3