Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243513
b: refs/heads/master
c: 67eb549
h: refs/heads/master
i:
  243511: fc3e0f7
v: v3
  • Loading branch information
Scott Wood authored and Benjamin Herrenschmidt committed Mar 29, 2011
1 parent 59ea155 commit ba77f8a
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: 6090912c4abcfc6c81b156cf2bb4cda23ae6e847
refs/heads/master: 67eb54944bb9de5f568ea2c28d4f20a5b7d2611d
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ extern phys_addr_t kernstart_addr;
#endif

#ifdef CONFIG_FLATMEM
#define ARCH_PFN_OFFSET (MEMORY_START >> PAGE_SHIFT)
#define ARCH_PFN_OFFSET ((unsigned long)(MEMORY_START >> PAGE_SHIFT))
#define pfn_valid(pfn) ((pfn) >= ARCH_PFN_OFFSET && (pfn) < max_mapnr)
#endif

Expand Down

0 comments on commit ba77f8a

Please sign in to comment.