All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stratos Psomadakis <psomas@ece.ntua.gr>
To: linux-kernel@vger.kernel.org
Cc: Jan Beulich <JBeulich@novell.com>,
	mingo@elte.hu, tglx@linutronix.de, hpa@zytor.com,
	Jeff Dike <jdike@addtoit.com>
Subject: Re: [PATCH] x86-64: fix UML build after adding CFI annotations to lib/rwsem_64.S
Date: Tue, 01 Mar 2011 14:07:35 +0200	[thread overview]
Message-ID: <4D6CE187.5090806@ece.ntua.gr> (raw)
In-Reply-To: <4D6CE3400200007800034498@vpn.id2.novell.com>

On 03/01/2011 01:14 PM, Jan Beulich wrote:
> Signed-off-by: Jan Beulich <jbeulich@novell.com>
> Cc: Jeff Dike <jdike@addtoit.com>
>
> ---
>  arch/um/Kconfig.x86     |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
>
> --- 2.6.38-rc6/arch/um/Kconfig.x86
> +++ 2.6.38-rc6-x86_64-cfi-annotate-rwsem-UML/arch/um/Kconfig.x86
> @@ -19,6 +19,9 @@ config X86_32
>  	def_bool !64BIT
>  	select HAVE_AOUT
>  
> +config X86_64
> +	def_bool 64BIT
> +
>  config RWSEM_XCHGADD_ALGORITHM
>  	def_bool X86_XADD
>  
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml
tested it and works(build + boot).
i think that you could add "select HAVE_AOUT" to x86_64 too, or move it to
config UML_X86, to catch both configs.

-- 
Stratos Psomadakis
<psomas@ece.ntua.gr>


      parent reply	other threads:[~2011-03-01 12:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-01 11:14 [PATCH] x86-64: fix UML build after adding CFI annotations to lib/rwsem_64.S Jan Beulich
2011-03-01 11:33 ` [tip:x86/asm] um, x86-64: Fix " tip-bot for Jan Beulich
2011-03-01 12:07 ` Stratos Psomadakis [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=4D6CE187.5090806@ece.ntua.gr \
    --to=psomas@ece.ntua.gr \
    --cc=JBeulich@novell.com \
    --cc=hpa@zytor.com \
    --cc=jdike@addtoit.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /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.