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
485a4a92
Commit
485a4a92
authored
Oct 19, 2005
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make UL what should be UL.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
750ccf68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
include/asm-mips/mach-generic/spaces.h
include/asm-mips/mach-generic/spaces.h
+5
-5
include/asm-mips/mach-ip32/spaces.h
include/asm-mips/mach-ip32/spaces.h
+4
-4
No files found.
include/asm-mips/mach-generic/spaces.h
View file @
485a4a92
...
...
@@ -55,13 +55,13 @@
#endif
#ifdef CONFIG_DMA_NONCOHERENT
#define CAC_BASE 0x9800000000000000
#define CAC_BASE 0x9800000000000000
UL
#else
#define CAC_BASE 0xa800000000000000
#define CAC_BASE 0xa800000000000000
UL
#endif
#define IO_BASE 0x9000000000000000
#define UNCAC_BASE 0x9000000000000000
#define MAP_BASE 0xc000000000000000
#define IO_BASE 0x9000000000000000
UL
#define UNCAC_BASE 0x9000000000000000
UL
#define MAP_BASE 0xc000000000000000
UL
#define TO_PHYS(x) ( ((x) & TO_PHYS_MASK))
#define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
...
...
include/asm-mips/mach-ip32/spaces.h
View file @
485a4a92
...
...
@@ -19,10 +19,10 @@
#define HIGHMEM_START (1UL << 59UL)
#endif
#define CAC_BASE 0x9800000000000000
#define IO_BASE 0x9000000000000000
#define UNCAC_BASE 0x9000000000000000
#define MAP_BASE 0xc000000000000000
#define CAC_BASE 0x9800000000000000
UL
#define IO_BASE 0x9000000000000000
UL
#define UNCAC_BASE 0x9000000000000000
UL
#define MAP_BASE 0xc000000000000000
UL
#define TO_PHYS(x) ( ((x) & TO_PHYS_MASK))
#define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
...
...
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