Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356328
b: refs/heads/master
c: 1dda59b
h: refs/heads/master
v: v3
  • Loading branch information
Nikitas Angelinas authored and Helge Deller committed Feb 20, 2013
1 parent 7dc41a0 commit 3939900
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: dc5322e5ae6a4688a998153976b52564916ec976
refs/heads/master: 1dda59b4f3d03fa28d86f3ea235655f0f96aab3e
2 changes: 1 addition & 1 deletion trunk/arch/parisc/include/asm/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static inline int pfn_to_nid(unsigned long pfn)
return 0;

i = pfn >> PFNNID_SHIFT;
BUG_ON(i >= sizeof(pfnnid_map) / sizeof(pfnnid_map[0]));
BUG_ON(i >= ARRAY_SIZE(pfnnid_map));
r = pfnnid_map[i];
BUG_ON(r == 0xff);

Expand Down

0 comments on commit 3939900

Please sign in to comment.