Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33811
b: refs/heads/master
c: 67bb2c6
h: refs/heads/master
i:
  33809: 97a8983
  33807: 31f2642
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Sep 8, 2006
1 parent 1936451 commit 3340988
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4495c9e5cabc82bb4ce930eb5d3dc7544f3f8389
refs/heads/master: 67bb2c692cc02e53c23e4debc92c3a79ddc52a8c
2 changes: 1 addition & 1 deletion trunk/include/asm-sh/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ typedef struct { unsigned long pgprot; } pgprot_t;

/* PFN start number, because of __MEMORY_START */
#define PFN_START (__MEMORY_START >> PAGE_SHIFT)
#define ARCH_PFN_OFFSET (FPN_START)
#define ARCH_PFN_OFFSET (PFN_START)
#define virt_to_page(kaddr) pfn_to_page(__pa(kaddr) >> PAGE_SHIFT)
#define pfn_valid(pfn) (((pfn) - PFN_START) < max_mapnr)
#define virt_addr_valid(kaddr) pfn_valid(__pa(kaddr) >> PAGE_SHIFT)
Expand Down

0 comments on commit 3340988

Please sign in to comment.