All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: sparclinux@vger.kernel.org
Subject: Re: 2.6.5-mc2 switch_to() fix
Date: Thu, 08 Apr 2004 20:16:56 +0000	[thread overview]
Message-ID: <20040408131656.201807e2.akpm@osdl.org> (raw)
In-Reply-To: <20040408122517.GD688@holomorphy.com>

"David S. Miller" <davem@redhat.com> wrote:
>
> On Thu, 8 Apr 2004 12:03:05 -0700
> Andrew Morton <akpm@osdl.org> wrote:
> 
> > Probably it's Bill's patches which move the scheduler functions into their
> > own ELF section for wcahn identification purposes.
> 
> That's right, I saw those changes.
> 
> I think the best thing to do, therefore, is just to rearrange
> where that ELF section sits wrt. the main text in the sparc64
> vmlinux.lds file.


@@ -15,6 +15,7 @@ SECTIONS
   .text 0x0000000000404000 :
   {
     *(.text)
+    SCHED_TEXT
     *(.gnu.warning)
   } =0
   _etext = .;

Moving SCHED_TEXT to before .text should do it?

  parent reply	other threads:[~2004-04-08 20:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-08 12:25 2.6.5-mc2 switch_to() fix William Lee Irwin III
2004-04-08 18:45 ` David S. Miller
2004-04-08 19:03 ` Andrew Morton
2004-04-08 20:05 ` David S. Miller
2004-04-08 20:16 ` Andrew Morton [this message]
2004-04-08 20:17 ` David S. Miller

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=20040408131656.201807e2.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=sparclinux@vger.kernel.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 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.