Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
4e286d5b
Commit
4e286d5b
authored
Mar 15, 2007
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC64]: MAX_PHYSADDR_BITS et al. really need to be 42 bits not 41.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
0015d3d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/asm-sparc64/sparsemem.h
include/asm-sparc64/sparsemem.h
+2
-2
No files found.
include/asm-sparc64/sparsemem.h
View file @
4e286d5b
...
...
@@ -4,8 +4,8 @@
#ifdef __KERNEL__
#define SECTION_SIZE_BITS 31
#define MAX_PHYSADDR_BITS 4
1
#define MAX_PHYSMEM_BITS 4
1
#define MAX_PHYSADDR_BITS 4
2
#define MAX_PHYSMEM_BITS 4
2
#endif
/* !(__KERNEL__) */
...
...
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