* [PATCH] fix missing header in tlb.h
@ 2004-08-20 2:50 Jesse Barnes
0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2004-08-20 2:50 UTC (permalink / raw)
To: linux-ia64
[-- 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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-20 2:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-20 2:50 [PATCH] fix missing header in tlb.h Jesse Barnes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox