Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361669
b: refs/heads/master
c: f9228b2
h: refs/heads/master
i:
  361667: cbf01eb
v: v3
  • Loading branch information
Russ Anderson authored and Linus Torvalds committed Mar 22, 2013
1 parent 62746be commit 0528035
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: 2ca067efd82939dfd87827d29d36a265823a4c2f
refs/heads/master: f9228b204f789493117e458d2fefae937edb7272
2 changes: 1 addition & 1 deletion trunk/include/linux/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ static inline int zone_is_oom_locked(const struct zone *zone)
return test_bit(ZONE_OOM_LOCKED, &zone->flags);
}

static inline unsigned zone_end_pfn(const struct zone *zone)
static inline unsigned long zone_end_pfn(const struct zone *zone)
{
return zone->zone_start_pfn + zone->spanned_pages;
}
Expand Down

0 comments on commit 0528035

Please sign in to comment.