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
cac8e009
Commit
cac8e009
authored
May 30, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: more explicitly typed constants
parent
69a6bb32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/asm-ppc64/pgtable.h
include/asm-ppc64/pgtable.h
+3
-3
No files found.
include/asm-ppc64/pgtable.h
View file @
cac8e009
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
/*
/*
* Define the address range of the vmalloc VM area.
* Define the address range of the vmalloc VM area.
*/
*/
#define VMALLOC_START (0xD000000000000000)
#define VMALLOC_START (0xD000000000000000
ul
)
#define VMALLOC_END (VMALLOC_START + VALID_EA_BITS)
#define VMALLOC_END (VMALLOC_START + VALID_EA_BITS)
/*
/*
...
@@ -56,8 +56,8 @@
...
@@ -56,8 +56,8 @@
*/
*/
#define IMALLOC_START (ioremap_bot)
#define IMALLOC_START (ioremap_bot)
#define IMALLOC_VMADDR(x) ((unsigned long)(x))
#define IMALLOC_VMADDR(x) ((unsigned long)(x))
#define PHBS_IO_BASE (0xE000000000000000)
/* Reserve 2 gigs for PHBs */
#define PHBS_IO_BASE (0xE000000000000000
ul
)
/* Reserve 2 gigs for PHBs */
#define IMALLOC_BASE (0xE000000080000000)
#define IMALLOC_BASE (0xE000000080000000
ul
)
#define IMALLOC_END (IMALLOC_BASE + VALID_EA_BITS)
#define IMALLOC_END (IMALLOC_BASE + VALID_EA_BITS)
/*
/*
...
...
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