Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24303
b: refs/heads/master
c: e6009f1
h: refs/heads/master
i:
  24301: bf42d81
  24299: be6a787
  24295: 0fdc6ae
  24287: f257abf
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Mar 27, 2006
1 parent 138f545 commit 8efb0e4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9828c185db7ab41426c03c5539b1759ccf3c28ed
refs/heads/master: e6009f1ba5f6ff0fc8723254ce89ef9c979cc370
4 changes: 2 additions & 2 deletions trunk/include/asm-v850/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ typedef unsigned long pgprot_t;
#define page_to_virt(page) \
((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET)

#define pfn_to_page(pfn) virt_to_page (pfn_to_virt (pfn))
#define page_to_pfn(page) virt_to_pfn (page_to_virt (page))
#define ARCH_PFN_OFFSET (PAGE_OFFSET >> PAGE_SHIFT)
#define pfn_valid(pfn) ((pfn) < max_mapnr)

#define virt_addr_valid(kaddr) \
Expand All @@ -125,6 +124,7 @@ typedef unsigned long pgprot_t;

#endif /* KERNEL */

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

#endif /* __V850_PAGE_H__ */

0 comments on commit 8efb0e4

Please sign in to comment.