Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
91455b8f
Commit
91455b8f
authored
Sep 21, 2004
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ALPHA] Map readb_relaxed to __raw_readb, not plain readb.
parent
6b60f95b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
include/asm-alpha/io.h
include/asm-alpha/io.h
+4
-4
No files found.
include/asm-alpha/io.h
View file @
91455b8f
...
...
@@ -378,10 +378,10 @@ extern void ___raw_writeq(u64 b, volatile void __iomem *addr);
# define readq(a) _readq(a)
#endif
#define readb_relaxed(addr) readb(addr)
#define readw_relaxed(addr) readw(addr)
#define readl_relaxed(addr) readl(addr)
#define readq_relaxed(addr) readq(addr)
#define readb_relaxed(addr)
__raw_
readb(addr)
#define readw_relaxed(addr)
__raw_
readw(addr)
#define readl_relaxed(addr)
__raw_
readl(addr)
#define readq_relaxed(addr)
__raw_
readq(addr)
#ifndef writeb
# define writeb(v,a) _writeb(v,a)
...
...
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