From 5f4d7f8cfcc09faca1178dc59f2bed931b56b009 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 25 Jan 2011 07:30:48 -0800 Subject: Privileged functions weren't privileged. --- arch/arm/lpc17xx/startup.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/lpc17xx/startup.s') 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 */ -- cgit v1.2.3