Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94004
b: refs/heads/master
c: b454456
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Apr 28, 2008
1 parent 95e8114 commit 52c02aa
Show file tree
Hide file tree
Showing 2 changed files with 5 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: ac6aadb24b7d4f0e54246732e221c102073412bf
refs/heads/master: b45445684198a946b587732265692e6495993abf
5 changes: 4 additions & 1 deletion trunk/include/linux/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,10 @@ static inline struct zoneref *first_zones_zonelist(struct zonelist *zonelist,

#if !defined(CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID) && \
!defined(CONFIG_ARCH_POPULATES_NODE_MAP)
#define early_pfn_to_nid(nid) (0UL)
static inline unsigned long early_pfn_to_nid(unsigned long pfn)
{
return 0;
}
#endif

#ifdef CONFIG_FLATMEM
Expand Down

0 comments on commit 52c02aa

Please sign in to comment.