All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@davemloft.net>
To: anton@samba.org
Cc: alan@lxorguk.ukuu.org.uk, ioe-lkml@rameria.de,
	linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: Re: [PATCH] Add prctl to change endian of a task
Date: Mon, 03 Apr 2006 15:40:48 -0700 (PDT)	[thread overview]
Message-ID: <20060403.154048.133638224.davem@davemloft.net> (raw)
In-Reply-To: <20060403223620.GC4704@krispykreme>

From: Anton Blanchard <anton@samba.org>
Date: Tue, 4 Apr 2006 08:36:20 +1000

> The aim is not to implement little endian binaries but to assist
> running portions of code in little endian mode. The thought is we could
> hook up qemu to it and avoid having to byteswap.
> 
> While ppc has byteswap integer loads it does not have byteswap floating
> point loads and a byteswap involves loading into the integer unit,
> performing the byteswap, storing to a temporary location and loading
> into the floating point unit. Rather slow.

Doesn't PPC have a PTE bit that does endian swapping?  Wouldn't
that be easier to use for something like qemu?

  reply	other threads:[~2006-04-03 22:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-01 22:29 [PATCH] Add prctl to change endian of a task Anton Blanchard
2006-04-02 14:37 ` Ingo Oeser
2006-04-02 14:56   ` Alan Cox
2006-04-03 22:36     ` Anton Blanchard
2006-04-03 22:40       ` David S. Miller [this message]
2006-04-06  5:13         ` Paul Mackerras

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=20060403.154048.133638224.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=akpm@osdl.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=anton@samba.org \
    --cc=ioe-lkml@rameria.de \
    --cc=linux-kernel@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.