Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
02f99d1c
Commit
02f99d1c
authored
Feb 24, 2008
by
Haavard Skinnemoen
Committed by
Haavard Skinnemoen
Apr 19, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avr32: Use constants from sysreg.h in asm.h
Signed-off-by:
Haavard Skinnemoen
<
hskinnemoen@atmel.com
>
parent
46acb55b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
include/asm-avr32/asm.h
include/asm-avr32/asm.h
+4
-4
No files found.
include/asm-avr32/asm.h
View file @
02f99d1c
...
...
@@ -12,10 +12,10 @@
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>
#define mask_interrupts ssrf S
R_GM_BI
T
#define mask_exceptions ssrf S
R_EM_BI
T
#define unmask_interrupts csrf S
R_GM_BI
T
#define unmask_exceptions csrf S
R_EM_BI
T
#define mask_interrupts ssrf S
YSREG_GM_OFFSE
T
#define mask_exceptions ssrf S
YSREG_EM_OFFSE
T
#define unmask_interrupts csrf S
YSREG_GM_OFFSE
T
#define unmask_exceptions csrf S
YSREG_EM_OFFSE
T
#ifdef CONFIG_FRAME_POINTER
.
macro
save_fp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment