[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a2776ec50901280959l6f96d2e0g72ce5eed665894a7@mail.gmail.com>
Date: Wed, 28 Jan 2009 18:59:37 +0100
From: Andrea Righi <righi.andrea@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-mm@...ck.org, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Roman Zippel <zippel@...ux-m68k.org>,
David Howells <dhowells@...hat.com>,
Hirokazu Takata <takata@...ux-m32r.org>
Subject: Re: [PATCH -mmotm] mm: unify some pmd_*() functions
On Wed, Jan 28, 2009 at 2:41 AM, Andrew Morton
<akpm@...ux-foundation.org> wrote:
> On Sun, 25 Jan 2009 22:35:37 +0100
> Andrea Righi <righi.andrea@...il.com> wrote:
>
>> diff --git a/include/asm-generic/pgtable-nopmd.h b/include/asm-generic/pgtable-nopmd.h
>> index a7cdc48..b132d69 100644
>> --- a/include/asm-generic/pgtable-nopmd.h
>> +++ b/include/asm-generic/pgtable-nopmd.h
>> @@ -4,6 +4,7 @@
>> #ifndef __ASSEMBLY__
>>
>> #include <asm-generic/pgtable-nopud.h>
>> +#include <asm/bug.h>
>>
>> struct mm_struct;
>>
>
> Why not include the preferred <linux/bug.h>?
Using linux/bug.h leads to include hell (i.e. on x86 with
CONFIG_X86_PAE not set):
...
CC arch/x86/kernel/asm-offsets.s
In file included from include/linux/thread_info.h:55,
from include/linux/preempt.h:9,
from include/linux/spinlock.h:50,
from include/linux/seqlock.h:29,
from include/linux/time.h:8,
from include/linux/stat.h:60,
from include/linux/module.h:10,
from include/linux/bug.h:4,
from include/asm-generic/pgtable-nopmd.h:7,
from
/home/arighi/Software/linux/mmotm/arch/x86/include/asm/page.h:132,
from
/home/arighi/Software/linux/mmotm/arch/x86/include/asm/processor.h:18,
from
/home/arighi/Software/linux/mmotm/arch/x86/include/asm/atomic_32.h:6,
from
/home/arighi/Software/linux/mmotm/arch/x86/include/asm/atomic.h:2,
from include/linux/crypto.h:20,
from arch/x86/kernel/asm-offsets_32.c:7,
from arch/x86/kernel/asm-offsets.c:2:
/home/arighi/Software/linux/mmotm/arch/x86/include/asm/thread_info.h:34:
error: expected specifier-qualifier-list before 'mm_segment_t'
...
-Andrea
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists