Re: [PATCH 1/9] mm: add SECTION_IN_PAGE_FLAGS

2013-02-05 Thread Cody P Schafer
On 02/01/2013 04:20 PM, Andrew Morton wrote: On Thu, 17 Jan 2013 14:52:53 -0800 Cody P Schafer wrote: Instead of directly utilizing a combination of config options to determine this, add a macro to specifically address it. ... --- a/include/linux/mm.h +++ b/include/linux/mm.h @@ -625,6 +625,

Re: [PATCH 1/9] mm: add SECTION_IN_PAGE_FLAGS

2013-02-01 Thread Andrew Morton
On Thu, 17 Jan 2013 14:52:53 -0800 Cody P Schafer wrote: > Instead of directly utilizing a combination of config options to determine > this, > add a macro to specifically address it. > > ... > > --- a/include/linux/mm.h > +++ b/include/linux/mm.h > @@ -625,6 +625,10 @@ static inline pte_t mayb

[PATCH 1/9] mm: add SECTION_IN_PAGE_FLAGS

2013-01-17 Thread Cody P Schafer
Instead of directly utilizing a combination of config options to determine this, add a macro to specifically address it. Signed-off-by: Cody P Schafer --- include/linux/mm.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/linux/mm.h b/include/linux/mm.h index