Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263206
b: refs/heads/master
c: ba8f318
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Linus Torvalds committed Aug 23, 2011
1 parent afd9c62 commit 8ebc8d7
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: 35a177a08d14f238d89d7f03918d3e0482af3240
refs/heads/master: ba8f318471f66d5d5b79da68112525cf432b2b18
2 changes: 1 addition & 1 deletion trunk/arch/m68k/include/asm/page_mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static inline __attribute_const__ int __virt_to_node_shift(void)
pgdat->node_mem_map + (__pfn - pgdat->node_start_pfn); \
})
#define page_to_pfn(_page) ({ \
struct page *__p = (_page); \
const struct page *__p = (_page); \
struct pglist_data *pgdat; \
pgdat = &pg_data_map[page_to_nid(__p)]; \
((__p) - pgdat->node_mem_map) + pgdat->node_start_pfn; \
Expand Down

0 comments on commit 8ebc8d7

Please sign in to comment.