All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleg Drokin <green@namesys.com>
To: Dale Farnsworth <Dale.Farnsworth@mvista.com>
Cc: reiserfs-list@namesys.com
Subject: Re: mips requires alignment for ext2_*_bit functions
Date: Fri, 29 Mar 2002 12:20:34 +0300	[thread overview]
Message-ID: <20020329122034.A7428@namesys.com> (raw)
In-Reply-To: <20020328234354.GJ5732@cuzco.az.mvista.com>

Hello!

On Thu, Mar 28, 2002 at 04:43:54PM -0700, Dale Farnsworth wrote:

> We see immediate alignment failures using reiserfs on mips systems.
> The problems go away with the following patch.

Thank you for the report.

The question is should all MIPS processors be threated this way or
is there are smaller subset that suffers from this problems
(and I believe kernel should allow unaligned accesses from inside of the kernel
itself (by emulating perhaps). That's what I learned from lkml recently)

> -#if BITS_PER_LONG == 64 || defined(__s390__) || defined(__hppa__)
> +#if BITS_PER_LONG == 64 || defined(__s390__) || defined(__hppa__) || defined(__mips__)

Bye,
    Oleg

  reply	other threads:[~2002-03-29  9:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-28 23:43 mips requires alignment for ext2_*_bit functions Dale Farnsworth
2002-03-29  9:20 ` Oleg Drokin [this message]
2002-03-29 17:10   ` Dale Farnsworth

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=20020329122034.A7428@namesys.com \
    --to=green@namesys.com \
    --cc=Dale.Farnsworth@mvista.com \
    --cc=reiserfs-list@namesys.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.