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
7b0a1003
Commit
7b0a1003
authored
Oct 24, 2009
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: Reduce __flush_dcache_page() visibility
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
421fe93c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
arch/arm/include/asm/cacheflush.h
arch/arm/include/asm/cacheflush.h
+0
-2
arch/arm/mm/fault-armv.c
arch/arm/mm/fault-armv.c
+2
-0
arch/arm/mm/mm.h
arch/arm/mm/mm.h
+2
-0
No files found.
arch/arm/include/asm/cacheflush.h
View file @
7b0a1003
...
...
@@ -420,8 +420,6 @@ extern void flush_ptrace_access(struct vm_area_struct *vma, struct page *page,
*/
extern
void
flush_dcache_page
(
struct
page
*
);
extern
void
__flush_dcache_page
(
struct
address_space
*
mapping
,
struct
page
*
page
);
static
inline
void
__flush_icache_all
(
void
)
{
#ifdef CONFIG_ARM_ERRATA_411920
...
...
arch/arm/mm/fault-armv.c
View file @
7b0a1003
...
...
@@ -23,6 +23,8 @@
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
#include "mm.h"
static
unsigned
long
shared_pte_mask
=
L_PTE_MT_BUFFERABLE
;
/*
...
...
arch/arm/mm/mm.h
View file @
7b0a1003
...
...
@@ -24,6 +24,8 @@ struct mem_type {
const
struct
mem_type
*
get_mem_type
(
unsigned
int
type
);
extern
void
__flush_dcache_page
(
struct
address_space
*
mapping
,
struct
page
*
page
);
#endif
struct
map_desc
;
...
...
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