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
0c579f1d
Commit
0c579f1d
authored
Apr 21, 2002
by
Alexander Viro
Committed by
Linus Torvalds
Apr 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] (5/6) alpha fixes
- alpha/mm/init.c forgot to set max_pfn
parent
8e073e50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/alpha/mm/init.c
arch/alpha/mm/init.c
+1
-1
No files found.
arch/alpha/mm/init.c
View file @
0c579f1d
...
...
@@ -283,7 +283,7 @@ paging_init(void)
unsigned
long
dma_pfn
,
high_pfn
;
dma_pfn
=
virt_to_phys
((
char
*
)
MAX_DMA_ADDRESS
)
>>
PAGE_SHIFT
;
high_pfn
=
max_low_pfn
;
high_pfn
=
max_
pfn
=
max_
low_pfn
;
if
(
dma_pfn
>=
high_pfn
)
zones_size
[
ZONE_DMA
]
=
high_pfn
;
...
...
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