Ingo Molnar wrote:
* Jeremy Fitzhardinge <[EMAIL PROTECTED]> wrote:
Ingo Molnar wrote:
oops, i thought i pasted that. It was this:
arch/x86/mm/pgtable.c: In function 'pgd_alloc':
arch/x86/mm/pgtable.c:213: error: implicit declaration of function
'quicklist_alloc'
arch/x86/mm/pgtable.c:213: warning: initialization makes pointer from integer
without a cast
arch/x86/mm/pgtable.c:218: error: implicit declaration of function
'quicklist_free'
arch/x86/mm/pgtable.c: In function 'check_pgt_cache':
arch/x86/mm/pgtable.c:233: error: implicit declaration of function
'quicklist_trim'
also, config re-attached. (maybe i messed up the previous one)
Still can't reproduce, but it's a simple case of missing headers.
ok, i'll figure it out if/when it happens with your resent queue.
I added an explict <linux/quicklist.h> to pgtable.c, so there's no
excuse to still complain. Will resend the combined series shortly.
J
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/