Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34127
b: refs/heads/master
c: 2954da8
h: refs/heads/master
i:
  34125: 91fa2a1
  34123: 6516912
  34119: 5f5d45f
  34111: d85ee9d
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Sep 22, 2006
1 parent ed9627c commit 3a4a61b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: caf81329c39b5c48f6cc0d78fa159b5a587e37f9
refs/heads/master: 2954da897c40de0f3abdd6a100f2978f30d04068
6 changes: 0 additions & 6 deletions trunk/include/asm-powerpc/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@
#define PAGE_OFFSET ASM_CONST(CONFIG_KERNEL_START)
#define KERNELBASE (PAGE_OFFSET + PHYSICAL_START)

#ifdef CONFIG_DISCONTIGMEM
#define page_to_pfn(page) discontigmem_page_to_pfn(page)
#define pfn_to_page(pfn) discontigmem_pfn_to_page(pfn)
#define pfn_valid(pfn) discontigmem_pfn_valid(pfn)
#endif

#ifdef CONFIG_FLATMEM
#define pfn_valid(pfn) ((pfn) < max_mapnr)
#endif
Expand Down

0 comments on commit 3a4a61b

Please sign in to comment.