Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24298
b: refs/heads/master
c: aed6304
h: refs/heads/master
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Mar 27, 2006
1 parent 49c539d commit f2314fe
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f68d4c996d3062c8fe64e3ed36d4c83d23288ad8
refs/heads/master: aed630434c4fc0bca8ed62f6730d44ba00bdf595
3 changes: 1 addition & 2 deletions trunk/include/asm-s390/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ page_get_storage_key(unsigned long addr)
#define PAGE_OFFSET 0x0UL
#define __pa(x) (unsigned long)(x)
#define __va(x) (void *)(unsigned long)(x)
#define pfn_to_page(pfn) (mem_map + (pfn))
#define page_to_pfn(page) ((unsigned long)((page) - mem_map))
#define virt_to_page(kaddr) pfn_to_page(__pa(kaddr) >> PAGE_SHIFT)

#define pfn_valid(pfn) ((pfn) < max_mapnr)
Expand All @@ -193,6 +191,7 @@ page_get_storage_key(unsigned long addr)

#endif /* __KERNEL__ */

#include <asm-generic/memory_model.h>
#include <asm-generic/page.h>

#endif /* _S390_PAGE_H */

0 comments on commit f2314fe

Please sign in to comment.