diff options
author | Pixel <pixel@nobis-crew.org> | 2011-01-25 07:30:48 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-01-25 07:57:52 -0800 |
commit | 5f4d7f8cfcc09faca1178dc59f2bed931b56b009 (patch) | |
tree | ca5fef8370ed2683ab69c0acf7f6329f0dcc4bcc /arch/arm/lpc17xx/startup.s | |
parent | a1f6f3f277f7e79bf10e196494a8d6dfa6123cfa (diff) |
Privileged functions weren't privileged.
Diffstat (limited to 'arch/arm/lpc17xx/startup.s')
-rw-r--r-- | arch/arm/lpc17xx/startup.s | 2 |
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 */ |