Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24811
b: refs/heads/master
c: ab43227
h: refs/heads/master
i:
  24809: 0340153
  24807: 392971e
v: v3
  • Loading branch information
James Bottomley authored and Kyle McMartin committed Mar 30, 2006
1 parent d8d26fc commit e5bbbe3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5076c15862644edb91d2e3436b2fa3e07b28385d
refs/heads/master: ab43227c8a568119a3aebc952a95ac3023e1730d
8 changes: 8 additions & 0 deletions trunk/include/asm-parisc/cacheflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ flush_cache_page(struct vm_area_struct *vma, unsigned long vmaddr, unsigned long

}

static inline void
flush_anon_page(struct page *page, unsigned long vmaddr)
{
if (PageAnon(page))
flush_user_dcache_page(vmaddr);
}
#define ARCH_HAS_FLUSH_ANON_PAGE

#ifdef CONFIG_DEBUG_RODATA
void mark_rodata_ro(void);
#endif
Expand Down

0 comments on commit e5bbbe3

Please sign in to comment.