lkml.org 
[lkml]   [2009]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 12/25] Remove a branch by assuming __GFP_HIGH == ALLOC_HIGH
On Tue, Apr 21, 2009 at 07:31:23PM +0900, KOSAKI Motohiro wrote:
> > > @@ -1639,8 +1639,8 @@ gfp_to_alloc_flags(gfp_t gfp_mask)
> > > * policy or is asking for __GFP_HIGH memory. GFP_ATOMIC requests will
> > > * set both ALLOC_HARDER (!wait) and ALLOC_HIGH (__GFP_HIGH).
> > > */
> > > - if (gfp_mask & __GFP_HIGH)
> > > - alloc_flags |= ALLOC_HIGH;
> > > + VM_BUG_ON(__GFP_HIGH != ALLOC_HIGH);
>
> Oops, I forgot said one comment.
> BUILD_BUG_ON() is better?
>

Much better. Thanks

>
> > > + alloc_flags |= (gfp_mask & __GFP_HIGH);
> > >
> > > if (!wait) {
> > > alloc_flags |= ALLOC_HARDER;
> >
> > Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
> >
> >
> >
>
>
>

--
Mel Gorman
Part-time Phd Student Linux Technology Center
University of Limerick IBM Dublin Software Lab


\
 
 \ /
  Last update: 2009-04-21 12:47    [W:0.107 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site