mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Toralf Förster" <toralf.foerster@gmx.de>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: linux-kernel@vger.kernel.org,
	WANG Cong <xiyou.wangcong@gmail.com>,
	Jeremy Fitzhardinge <jeremy@xensource.com>
Subject: Re: build #344 issue for v2.6.24-rc8-74-ga7da60f Section mismatch: reference to .init.text:lguest_entry
Date: Sun, 20 Jan 2008 18:51:46 +0100	[thread overview]
Message-ID: <200801201851.49422.toralf.foerster@gmx.de> (raw)
In-Reply-To: <20080120172151.GA22524@uranus.ravnborg.org>

[-- Attachment #1: Type: text/plain, Size: 882 bytes --]

Am Sonntag, 20. Januar 2008 schrieb Sam Ravnborg:
> Different issue. Untested patch below.
> 
> 	Sam
> diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S
> index fbad51f..f0cacff 100644
> --- a/arch/x86/kernel/head_32.S
> +++ b/arch/x86/kernel/head_32.S
> @@ -9,6 +9,7 @@
>  
>  .text
>  #include <linux/threads.h>
> +#include <linux/init.h>
>  #include <linux/linkage.h>
>  #include <asm/segment.h>
>  #include <asm/page.h>
> @@ -151,7 +152,9 @@ WEAK(xen_entry)
>  	/* Unknown implementation; there's really
>  	   nothing we can do at this point. */
>  	ud2a
> -.data
> +
> +	__INITDATA
> +
>  subarch_entries:
>  	.long default_entry		/* normal x86/PC */
>  	.long lguest_entry		/* lguest hypervisor */
> 


works fine :-)

-- 
MfG/Sincerely

Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

      reply	other threads:[~2008-01-20 17:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-20 15:18 Toralf Förster
2008-01-20 17:21 ` Sam Ravnborg
2008-01-20 17:51   ` Toralf Förster [this message]

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=200801201851.49422.toralf.foerster@gmx.de \
    --to=toralf.foerster@gmx.de \
    --cc=jeremy@xensource.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    --cc=xiyou.wangcong@gmail.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

Powered by JetHome