Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47399
b: refs/heads/master
c: f05b628
h: refs/heads/master
i:
  47397: 43313d8
  47395: 2af3a15
  47391: 83692d7
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Feb 11, 2007
1 parent 86075ee commit 4cbd088
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: 5a88a13d0624769088ae220e40c2f542f1661eb3
refs/heads/master: f05b6284ee5d3be51ebe22284fc4b25fc586f380
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/memory_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#define __page_to_pfn(pg) \
({ struct page *__pg = (pg); \
int __sec = page_to_section(__pg); \
__pg - __section_mem_map_addr(__nr_to_section(__sec)); \
(unsigned long)(__pg - __section_mem_map_addr(__nr_to_section(__sec))); \
})

#define __pfn_to_page(pfn) \
Expand Down

0 comments on commit 4cbd088

Please sign in to comment.