Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
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
Commits
a6006834
Commit
a6006834
authored
Aug 15, 2008
by
Andi Kleen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ioremap' into release-2.6.27
parents
0f245623
e213e877
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/x86/mm/ioremap.c
arch/x86/mm/ioremap.c
+1
-1
No files found.
arch/x86/mm/ioremap.c
View file @
a6006834
...
@@ -170,7 +170,7 @@ static void __iomem *__ioremap_caller(resource_size_t phys_addr,
...
@@ -170,7 +170,7 @@ static void __iomem *__ioremap_caller(resource_size_t phys_addr,
phys_addr
&=
PAGE_MASK
;
phys_addr
&=
PAGE_MASK
;
size
=
PAGE_ALIGN
(
last_addr
+
1
)
-
phys_addr
;
size
=
PAGE_ALIGN
(
last_addr
+
1
)
-
phys_addr
;
retval
=
reserve_memtype
(
phys_addr
,
phys_addr
+
size
,
retval
=
reserve_memtype
(
phys_addr
,
(
u64
)
phys_addr
+
size
,
prot_val
,
&
new_prot_val
);
prot_val
,
&
new_prot_val
);
if
(
retval
)
{
if
(
retval
)
{
pr_debug
(
"Warning: reserve_memtype returned %d
\n
"
,
retval
);
pr_debug
(
"Warning: reserve_memtype returned %d
\n
"
,
retval
);
...
...
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