Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118598
b: refs/heads/master
c: c5d7124
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Nov 8, 2008
1 parent 0231a38 commit a128240
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: fed4d59b6ec5481caceb17863f19a0b0e5eaa939
refs/heads/master: c5d712433ff57a66d8fb79a57a4fc7a7c3467b97
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 @@ -34,7 +34,7 @@

#define __pfn_to_page(pfn) \
({ unsigned long __pfn = (pfn); \
unsigned long __nid = arch_pfn_to_nid(pfn); \
unsigned long __nid = arch_pfn_to_nid(__pfn); \
NODE_DATA(__nid)->node_mem_map + arch_local_page_offset(__pfn, __nid);\
})

Expand Down

0 comments on commit a128240

Please sign in to comment.