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
Kirill Smelkov
linux
Commits
066a6b20
Commit
066a6b20
authored
Dec 12, 2003
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Fix compiler warning in intrinsics.h.
parent
7b126b19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/asm-ia64/intrinsics.h
include/asm-ia64/intrinsics.h
+1
-1
No files found.
include/asm-ia64/intrinsics.h
View file @
066a6b20
...
@@ -167,7 +167,7 @@ extern long ia64_cmpxchg_called_with_bad_pointer (void);
...
@@ -167,7 +167,7 @@ extern long ia64_cmpxchg_called_with_bad_pointer (void);
if (_cmpxchg_bugcheck_count-- <= 0) { \
if (_cmpxchg_bugcheck_count-- <= 0) { \
void *ip; \
void *ip; \
extern int printk(const char *fmt, ...); \
extern int printk(const char *fmt, ...); \
ip =
ia64_getreg(_IA64_REG_IP);
\
ip =
(void *) ia64_getreg(_IA64_REG_IP);
\
printk("CMPXCHG_BUGCHECK: stuck at %p on word %p\n", ip, (v)); \
printk("CMPXCHG_BUGCHECK: stuck at %p on word %p\n", ip, (v)); \
break; \
break; \
} \
} \
...
...
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