Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8611
b: refs/heads/master
c: fb04892
h: refs/heads/master
i:
  8609: 4bcb478
  8607: f99f919
v: v3
  • Loading branch information
Jim Paradis authored and Linus Torvalds committed Sep 12, 2005
1 parent 859ea5c commit 5c60673
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: 6e44f12ba64a58f25f8e6f35aa4c175f613001be
refs/heads/master: fb048927ad93420b6dd2eddcdde71ea7b6ff95e4
2 changes: 1 addition & 1 deletion trunk/include/asm-x86_64/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static inline __attribute__((pure)) int phys_to_nid(unsigned long addr)

#define pfn_valid(pfn) ((pfn) >= num_physpages ? 0 : \
({ u8 nid__ = pfn_to_nid(pfn); \
nid__ != 0xff && (pfn) >= node_start_pfn(nid__) && (pfn) <= node_end_pfn(nid__); }))
nid__ != 0xff && (pfn) >= node_start_pfn(nid__) && (pfn) < node_end_pfn(nid__); }))
#endif

#define local_mapnr(kvaddr) \
Expand Down

0 comments on commit 5c60673

Please sign in to comment.