Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118601
b: refs/heads/master
c: d8af858
h: refs/heads/master
i:
  118599: 38c149f
v: v3
  • Loading branch information
Linus Torvalds committed Nov 8, 2008
1 parent f3bbaf7 commit 2b00979
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: b8f6ec2e61f650fd1a316a207a00965bcb8805d4
refs/heads/master: d8af8582c321414087ed46512ffe5ce4f5c9c5da
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 2b00979

Please sign in to comment.