Re: [PATCH 4/6] Use two zonelist that are filtered by GFP mask

2007-11-20 Thread
Hi > +static inline enum zone_type gfp_zonelist(gfp_t flags) > +{ > + if (NUMA_BUILD && unlikely(flags & __GFP_THISNODE)) > + return 1; > + > + return 0; > +} > + static inline int gfp_zonelist(gfp_t flags) ? if not, why no use ZONE_XXX macro. kosaki - To

Re: [PATCH 4/6] Use two zonelist that are filtered by GFP mask

2007-11-20 Thread
Hi +static inline enum zone_type gfp_zonelist(gfp_t flags) +{ + if (NUMA_BUILD unlikely(flags __GFP_THISNODE)) + return 1; + + return 0; +} + static inline int gfp_zonelist(gfp_t flags) ? if not, why no use ZONE_XXX macro. kosaki - To unsubscribe from this