Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
f10fae02
Commit
f10fae02
authored
19 years ago
by
Pete Popov
Committed by
Ralf Baechle
19 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix the fixup_bigphys_addr compile problem.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
10f6567e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/asm-mips/mach-au1x00/ioremap.h
+3
-1
3 additions, 1 deletion
include/asm-mips/mach-au1x00/ioremap.h
include/asm-mips/pgtable.h
+1
-1
1 addition, 1 deletion
include/asm-mips/pgtable.h
with
4 additions
and
2 deletions
include/asm-mips/mach-au1x00/ioremap.h
+
3
−
1
View file @
f10fae02
...
...
@@ -12,7 +12,9 @@
#include
<linux/config.h>
#include
<linux/types.h>
#ifndef CONFIG_64BIT_PHYS_ADDR
#ifdef CONFIG_64BIT_PHYS_ADDR
extern
phys_t
__fixup_bigphys_addr
(
phys_t
,
phys_t
);
#else
static
inline
phys_t
__fixup_bigphys_addr
(
phys_t
phys_addr
,
phys_t
size
)
{
return
phys_addr
;
...
...
This diff is collapsed.
Click to expand it.
include/asm-mips/pgtable.h
+
1
−
1
View file @
f10fae02
...
...
@@ -16,6 +16,7 @@
#include
<asm/pgtable-64.h>
#endif
#include
<asm/io.h>
#include
<asm/pgtable-bits.h>
#define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT)
...
...
@@ -362,7 +363,6 @@ static inline void update_mmu_cache(struct vm_area_struct *vma,
#endif
#ifdef CONFIG_64BIT_PHYS_ADDR
extern
phys_t
fixup_bigphys_addr
(
phys_t
phys_addr
,
phys_t
size
);
extern
int
remap_pfn_range
(
struct
vm_area_struct
*
vma
,
unsigned
long
from
,
unsigned
long
pfn
,
unsigned
long
size
,
pgprot_t
prot
);
static
inline
int
io_remap_pfn_range
(
struct
vm_area_struct
*
vma
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment