From: Paul Jackson <pj@sgi.com>
To: Dave McCracken <dmccr@us.ibm.com>,
Arjan van de Ven <arjan@infradead.org>,
Diego Calleja <diegocg@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
Hugh Dickins <hugh@veritas.com>, Andrew Morton <akpm@osdl.org>
Subject: pxx_page macro patch breaks arm build in 2.6.18-rc4-mm2
Date: Thu, 24 Aug 2006 17:17:30 -0700 [thread overview]
Message-ID: <20060824171730.162c245a.pj@sgi.com> (raw)
The defconfig arch=arm build is broken in 2.6.18-rc4-mm2.
The patch "standardize-pxx_page-macros.patch" removed various macros,
including pmd_page_kernel.
It seems to have missed one place, which breaks the defconfig 'arm'
build in 2.6.18-rc4-mm2:
=======================================================
LD .tmp_vmlinux1
arch/arm/mm/built-in.o(.text+0x1698): In function `$a':
: undefined reference to `pmd_page_kernel'
make: *** [.tmp_vmlinux1] Error 1
=======================================================
The offending line and a little context, in arch/arm/mm/ioremap.c:
=======================================================
* Free the page table, if there was one.
*/
if ((pmd_val(pmd) & PMD_TYPE_MASK) == PMD_TYPE_TABLE)
pte_free_kernel(pmd_page_kernel(pmd));
}
addr += PGDIR_SIZE;
=======================================================
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.925.600.0401
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
reply other threads:[~2006-08-25 0:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060824171730.162c245a.pj@sgi.com \
--to=pj@sgi.com \
--cc=akpm@osdl.org \
--cc=arjan@infradead.org \
--cc=diegocg@gmail.com \
--cc=dmccr@us.ibm.com \
--cc=hugh@veritas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox