diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2008-02-24 17:19:22 -0500 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-04-19 20:40:07 -0400 |
commit | 02f99d1ca70d190ce12d040971819be22ea710c8 (patch) | |
tree | e644b9cf4dc358832c6f77b82e0c295139147663 /include/asm-avr32/asm.h | |
parent | 46acb55b4b745256a33b2eaeb6d21fffdb091745 (diff) |
avr32: Use constants from sysreg.h in asm.h
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32/asm.h')
-rw-r--r-- | include/asm-avr32/asm.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-avr32/asm.h b/include/asm-avr32/asm.h index 515c7618952b..a2c64f404b98 100644 --- a/include/asm-avr32/asm.h +++ b/include/asm-avr32/asm.h | |||
@@ -12,10 +12,10 @@ | |||
12 | #include <asm/asm-offsets.h> | 12 | #include <asm/asm-offsets.h> |
13 | #include <asm/thread_info.h> | 13 | #include <asm/thread_info.h> |
14 | 14 | ||
15 | #define mask_interrupts ssrf SR_GM_BIT | 15 | #define mask_interrupts ssrf SYSREG_GM_OFFSET |
16 | #define mask_exceptions ssrf SR_EM_BIT | 16 | #define mask_exceptions ssrf SYSREG_EM_OFFSET |
17 | #define unmask_interrupts csrf SR_GM_BIT | 17 | #define unmask_interrupts csrf SYSREG_GM_OFFSET |
18 | #define unmask_exceptions csrf SR_EM_BIT | 18 | #define unmask_exceptions csrf SYSREG_EM_OFFSET |
19 | 19 | ||
20 | #ifdef CONFIG_FRAME_POINTER | 20 | #ifdef CONFIG_FRAME_POINTER |
21 | .macro save_fp | 21 | .macro save_fp |