linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Frank Davis <fdavis112@juno.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
	Linus Torvalds <torvalds@transmeta.com>,
	<linux-kernel@vger.kernel.org>
Subject: [patch] highmem-2.4.0-A0 (was: Re: 2.4.0-ac6: mm/vmalloc.c compile error)
Date: Thu, 11 Jan 2001 11:36:06 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.30.0101111129030.981-200000@e2> (raw)
In-Reply-To: <20010111.002835.-160337.1.fdavis112@juno.com>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 432 bytes --]


On Thu, 11 Jan 2001, Frank Davis wrote:

> Hello,
>   The following error occurred while compiling 2.4.0-ac6. [...]

> vmalloc.c: In function `get_vm_area':
> vmalloc.c:188: `PKMAP_BASE' undeclared (first use in this function)

you are compiling with HIGHMEM enabled (which makes sense only if you have
more than ~900MB RAM), and i accidentally broke HIGHMEM with the vmalloc
fix in -pre1/-ac5. The attached patch fixes it.

	Ingo

[-- Attachment #2: Type: TEXT/PLAIN, Size: 285 bytes --]

--- linux/include/linux/vmalloc.h.orig	Thu Jan 11 11:28:06 2001
+++ linux/include/linux/vmalloc.h	Thu Jan 11 11:28:33 2001
@@ -4,6 +4,7 @@
 #include <linux/sched.h>
 #include <linux/mm.h>
 #include <linux/spinlock.h>
+#include <linux/highmem.h>
 
 #include <asm/pgtable.h>
 

  reply	other threads:[~2001-01-11 10:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-11  5:28 2.4.0-ac6: mm/vmalloc.c compile error Frank Davis
2001-01-11 10:36 ` Ingo Molnar [this message]
2001-01-11 12:44 ` Alan Cox

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=Pine.LNX.4.30.0101111129030.981-200000@e2 \
    --to=mingo@elte.hu \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=fdavis112@juno.com \
    --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).