Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172385
b: refs/heads/master
c: 7b0a100
h: refs/heads/master
i:
  172383: 698488a
v: v3
  • Loading branch information
Russell King committed Dec 4, 2009
1 parent 0b5a973 commit 113b7b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 421fe93cc4b06b2f5e875cbe0f692800d4862ee5
refs/heads/master: 7b0a1003e780193e2a11c27f5059c26b65f60679
2 changes: 0 additions & 2 deletions trunk/arch/arm/include/asm/cacheflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mm/fault-armv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mm/mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 113b7b1

Please sign in to comment.