linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joshua Kwan <joshk@triplehelix.org>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel mailing list <linux-kernel@vger.kernel.org>,
	linux-mm@kvack.org
Subject: Re: 2.6.0-test1-mm2
Date: Sat, 19 Jul 2003 19:41:02 -0700	[thread overview]
Message-ID: <20030720024102.GA18576@triplehelix.org> (raw)
In-Reply-To: <20030719174350.7dd8ad59.akpm@osdl.org>


[-- Attachment #1.1: Type: text/plain, Size: 345 bytes --]

On Sat, Jul 19, 2003 at 05:43:50PM -0700, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test1/2.6.0-test1-mm2/

2.6.0-test1-mm2 requires attached patch to build with software suspend.

-Josh

-- 
Using words to describe magic is like using a screwdriver to cut roast beef.
		-- Tom Robbins

[-- Attachment #1.2: suspend.patch --]
[-- Type: text/plain, Size: 507 bytes --]

--- a/kernel/suspend.c	2003-07-19 19:36:25.000000000 -0700
+++ b/kernel/suspend.c	2003-07-19 19:37:40.000000000 -0700
@@ -83,7 +83,7 @@
 #define ADDRESS2(x) __ADDRESS(__pa(x))		/* Needed for x86-64 where some pages are in memory twice */
 
 /* References to section boundaries */
-extern char _text, _etext, _edata, __bss_start, _end;
+extern char _text[], _etext[], _edata[], __bss_start[], _end[];
 extern char __nosave_begin, __nosave_end;
 
 extern int is_head_of_free_region(struct page *);

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2003-07-20  2:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-20  0:43 2.6.0-test1-mm2 Andrew Morton
2003-07-20  2:41 ` Joshua Kwan [this message]
2003-07-20  4:27   ` 2.6.0-test1-mm2 Andrew Morton
2003-07-20  4:30     ` 2.6.0-test1-mm2 David S. Miller
2003-07-20  4:29   ` 2.6.0-test1-mm2 Joshua Kwan
2003-07-20  5:47     ` 2.6.0-test1-mm2 Michael Morris
2003-07-20  6:12       ` 2.6.0-test1-mm2 Andrew Morton
2003-07-20  4:40 ` 2.6.0-test1-mm2 Martin J. Bligh

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=20030720024102.GA18576@triplehelix.org \
    --to=joshk@triplehelix.org \
    --cc=akpm@osdl.org \
    --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;
as well as URLs for NNTP newsgroup(s).