Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91356
b: refs/heads/master
c: 02f99d1
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Haavard Skinnemoen committed Apr 20, 2008
1 parent e141dbd commit 5eee3ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46acb55b4b745256a33b2eaeb6d21fffdb091745
refs/heads/master: 02f99d1ca70d190ce12d040971819be22ea710c8
8 changes: 4 additions & 4 deletions trunk/include/asm-avr32/asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>

#define mask_interrupts ssrf SR_GM_BIT
#define mask_exceptions ssrf SR_EM_BIT
#define unmask_interrupts csrf SR_GM_BIT
#define unmask_exceptions csrf SR_EM_BIT
#define mask_interrupts ssrf SYSREG_GM_OFFSET
#define mask_exceptions ssrf SYSREG_EM_OFFSET
#define unmask_interrupts csrf SYSREG_GM_OFFSET
#define unmask_exceptions csrf SYSREG_EM_OFFSET

#ifdef CONFIG_FRAME_POINTER
.macro save_fp
Expand Down

0 comments on commit 5eee3ca

Please sign in to comment.