Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24287
b: refs/heads/master
c: 659e350
h: refs/heads/master
i:
  24285: 762856f
  24283: 9d6b606
  24279: b4c9e2e
  24271: c0f628c
  24255: 305b267
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Mar 27, 2006
1 parent 914f66d commit f257abf
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: dc8ecb43701a78bd3c38e7fed1d1c76840579450
refs/heads/master: 659e35051b165fb40f1160190c2d23f3d5c319d5
3 changes: 1 addition & 2 deletions trunk/include/asm-powerpc/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
#endif

#ifdef CONFIG_FLATMEM
#define pfn_to_page(pfn) (mem_map + (pfn))
#define page_to_pfn(page) ((unsigned long)((page) - mem_map))
#define pfn_valid(pfn) ((pfn) < max_mapnr)
#endif

Expand Down Expand Up @@ -200,6 +198,7 @@ extern void copy_user_page(void *to, void *from, unsigned long vaddr,
struct page *p);
extern int page_is_ram(unsigned long pfn);

#include <asm-generic/memory_model.h>
#endif /* __ASSEMBLY__ */

#endif /* __KERNEL__ */
Expand Down

0 comments on commit f257abf

Please sign in to comment.