linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Blomgren <blomgren@monster.Stanford.EDU>
To: Linus Torvalds <torvalds@transmeta.com>,
	Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] 2.4.1p2: compile fix (PKMAP_BASE undefined)
Date: Thu, 11 Jan 2001 07:48:11 -0800	[thread overview]
Message-ID: <20010111074811.A20412@monster.Stanford.EDU> (raw)

Three one-liners to make 2.4.1p2 compile.

--- linux/fs/proc/kcore.c.orig	Thu Jan 11 07:35:16 2001
+++ linux/fs/proc/kcore.c	Thu Jan 11 07:36:29 2001
@@ -19,7 +19,7 @@
 #include <linux/vmalloc.h>
 #include <asm/uaccess.h>
 #include <asm/io.h>
-
+#include <linux/highmem.h>
 
 static int open_kcore(struct inode * inode, struct file * filp)
 {
--- linux/mm/vmalloc.c.orig	Thu Jan 11 07:33:25 2001
+++ linux/mm/vmalloc.c	Thu Jan 11 07:34:22 2001
@@ -10,6 +10,7 @@
 #include <linux/vmalloc.h>
 #include <linux/spinlock.h>
 #include <linux/smp_lock.h>
+#include <linux/highmem.h>
 
 #include <asm/uaccess.h>
 #include <asm/pgalloc.h>
--- linux/arch/i386/kernel/traps.c.orig	Thu Jan 11 07:38:00 2001
+++ linux/arch/i386/kernel/traps.c	Thu Jan 11 07:38:20 2001
@@ -23,6 +23,7 @@
 #include <linux/delay.h>
 #include <linux/spinlock.h>
 #include <linux/interrupt.h>
+#include <linux/highmem.h>
 
 #ifdef CONFIG_MCA
 #include <linux/mca.h>

-- 
\Peter.
"The one who loves the most wins."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

                 reply	other threads:[~2001-01-11 15:48 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=20010111074811.A20412@monster.Stanford.EDU \
    --to=blomgren@monster.stanford.edu \
    --cc=blomgren@math.Stanford.EDU \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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;
as well as URLs for NNTP newsgroup(s).