* Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:I added an explict <linux/quicklist.h> to pgtable.c, so there's no excuse to still complain. Will resend the combined series shortly.
Ingo Molnar wrote:
oops, i thought i pasted that. It was this:Still can't reproduce, but it's a simple case of missing headers.
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)
ok, i'll figure it out if/when it happens with your resent queue.