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
95d9dbbd
Commit
95d9dbbd
authored
May 29, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: fix untyped large constants so that they don't cause
sparse to warn about implicit typing.
parent
c773633f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
include/asm-ppc64/iSeries/HvCallSc.h
include/asm-ppc64/iSeries/HvCallSc.h
+8
-8
No files found.
include/asm-ppc64/iSeries/HvCallSc.h
View file @
95d9dbbd
...
@@ -21,14 +21,14 @@
...
@@ -21,14 +21,14 @@
#include <asm/iSeries/HvTypes.h>
#include <asm/iSeries/HvTypes.h>
#define HvCallBase 0x8000000000000000
#define HvCallBase 0x8000000000000000
ul
#define HvCallCc 0x8001000000000000
#define HvCallCc 0x8001000000000000
ul
#define HvCallCfg 0x8002000000000000
#define HvCallCfg 0x8002000000000000
ul
#define HvCallEvent 0x8003000000000000
#define HvCallEvent 0x8003000000000000
ul
#define HvCallHpt 0x8004000000000000
#define HvCallHpt 0x8004000000000000
ul
#define HvCallPci 0x8005000000000000
#define HvCallPci 0x8005000000000000
ul
#define HvCallSm 0x8007000000000000
#define HvCallSm 0x8007000000000000
ul
#define HvCallXm 0x8009000000000000
#define HvCallXm 0x8009000000000000
ul
u64
HvCall0
(
u64
);
u64
HvCall0
(
u64
);
u64
HvCall1
(
u64
,
u64
);
u64
HvCall1
(
u64
,
u64
);
...
...
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