Commit 02f99d1c authored by Haavard Skinnemoen's avatar Haavard Skinnemoen Committed by Haavard Skinnemoen

avr32: Use constants from sysreg.h in asm.h

Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
parent 46acb55b
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
#include <asm/asm-offsets.h> #include <asm/asm-offsets.h>
#include <asm/thread_info.h> #include <asm/thread_info.h>
#define mask_interrupts ssrf SR_GM_BIT #define mask_interrupts ssrf SYSREG_GM_OFFSET
#define mask_exceptions ssrf SR_EM_BIT #define mask_exceptions ssrf SYSREG_EM_OFFSET
#define unmask_interrupts csrf SR_GM_BIT #define unmask_interrupts csrf SYSREG_GM_OFFSET
#define unmask_exceptions csrf SR_EM_BIT #define unmask_exceptions csrf SYSREG_EM_OFFSET
#ifdef CONFIG_FRAME_POINTER #ifdef CONFIG_FRAME_POINTER
.macro save_fp .macro save_fp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment