Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362734
b: refs/heads/master
c: 87be2f8
h: refs/heads/master
v: v3
  • Loading branch information
John David Anglin authored and Helge Deller committed Apr 25, 2013
1 parent 86adb5c commit b730ee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: ca0ad83da17b6ba07f9eb5902e69daac90c4fa61
refs/heads/master: 87be2f88b24ad1f206a5c87529ff406e96c95a12
5 changes: 4 additions & 1 deletion trunk/arch/parisc/include/asm/cacheflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ static inline void *kmap(struct page *page)
return page_address(page);
}

#define kunmap(page) kunmap_parisc(page_address(page))
static inline void kunmap(struct page *page)
{
kunmap_parisc(page_address(page));
}

static inline void *kmap_atomic(struct page *page)
{
Expand Down

0 comments on commit b730ee7

Please sign in to comment.