From: Jesse Barnes <jbarnes@engr.sgi.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] fix missing header in tlb.h
Date: Fri, 20 Aug 2004 02:50:18 +0000 [thread overview]
Message-ID: <200408192250.18127.jbarnes@engr.sgi.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 311 bytes --]
I noticed when building with CONFIG_SWAP=n that tlb.h gave a warning about
some undefined symbols. This is because it was pulling them in through
swap.h, but when CONFIG_SWAP=n, they're no longer pulled in. Adding
pagemap.h to tlb.h fixes the problem.
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Jesse
[-- Attachment #2: tlb-missing-header-fix.patch --]
[-- Type: text/x-diff, Size: 324 bytes --]
===== include/asm-ia64/tlb.h 1.22 vs edited =====
--- 1.22/include/asm-ia64/tlb.h 2004-07-10 17:14:00 -07:00
+++ edited/include/asm-ia64/tlb.h 2004-08-19 19:47:57 -07:00
@@ -39,6 +39,7 @@
*/
#include <linux/config.h>
#include <linux/mm.h>
+#include <linux/pagemap.h>
#include <linux/swap.h>
#include <asm/pgalloc.h>
reply other threads:[~2004-08-20 2:50 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=200408192250.18127.jbarnes@engr.sgi.com \
--to=jbarnes@engr.sgi.com \
--cc=linux-ia64@vger.kernel.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