All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Norbert Kiesel <nk@iname.com>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org,
	Pavel Machek <pavel@suse.cz>
Subject: Re: [PATCH 1/5] Centralize linker-generated symbols.
Date: Mon, 21 Jul 2003 01:09:07 +1000	[thread overview]
Message-ID: <20030720171824.A31782C131@lists.samba.org> (raw)
In-Reply-To: Your message of "Sun, 20 Jul 2003 00:21:40 MST." <pan.2003.07.20.07.21.32.296776@iname.com>

In message <pan.2003.07.20.07.21.32.296776@iname.com> you write:
> You forgot to remove them from kernel/suspend.c, breaking compile.
>
> Trivial patch:

Thanks!  Linus, please apply.

--- linux-2.5/kernel/suspend.c-orig	2003-07-20 00:04:59.000000000 -0700
+++ linux-2.5/kernel/suspend.c	2003-07-20 00:12:52.000000000 -0700
@@ -83,7 +83,6 @@
 #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 __nosave_begin, __nosave_end;
 
 extern int is_head_of_free_region(struct page *);

--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

       reply	other threads:[~2003-07-20 17:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <pan.2003.07.20.07.21.32.296776@iname.com>
2003-07-20 15:09 ` Rusty Russell [this message]
2003-07-16  8:15 [PATCH 1/5] Centralize linker-generated symbols Rusty Russell

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=20030720171824.A31782C131@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nk@iname.com \
    --cc=pavel@suse.cz \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.