summaryrefslogtreecommitdiff
path: root/arch/arm/lpc17xx/startup.s
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-25 07:30:48 -0800
committerPixel <pixel@nobis-crew.org>2011-01-25 07:57:52 -0800
commit5f4d7f8cfcc09faca1178dc59f2bed931b56b009 (patch)
treeca5fef8370ed2683ab69c0acf7f6329f0dcc4bcc /arch/arm/lpc17xx/startup.s
parenta1f6f3f277f7e79bf10e196494a8d6dfa6123cfa (diff)
Privileged functions weren't privileged.
Diffstat (limited to 'arch/arm/lpc17xx/startup.s')
-rw-r--r--arch/arm/lpc17xx/startup.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/lpc17xx/startup.s b/arch/arm/lpc17xx/startup.s
index 47a2bdf..ecab24e 100644
--- a/arch/arm/lpc17xx/startup.s
+++ b/arch/arm/lpc17xx/startup.s
@@ -147,7 +147,7 @@ rom_to_ram_copy_check:
.fnend
.size __cs3_reset_cortex_m,.-__cs3_reset_cortex_m
- .section ".text"
+ .section ".privileged_code"
/* Exception Handlers */