public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: "Eric Hammerle" <ehammerle@spectracomcorp.com>
To: <linux-mtd@lists.infradead.org>
Subject: Re: Unable to handle kernel paging request at virtualaddress80000013
Date: Thu, 25 Mar 2004 14:39:14 -0500	[thread overview]
Message-ID: <029e01c412a0$daaf5ed0$c4c80a0a@CoOp4> (raw)
In-Reply-To: OF6499D9FD.A5006680-ON85256E62.00682789-85256E62.0068A11B@ca-chq.celestica.com

> Hi Eric, I run into the same problem as you had, but my system is much
> simplier.

I'm not sure which Eric you're referring to, but if it's any help, I fixed
my
alignment problem by forcing a four byte alignment of the name field in
the definition of the struct jffs2_full_dirent in file nodelist.h.

I suppose a diff would look something like this:

- unsigned char name[0];
+ unsigned char name[0] __attribute__ ((align(4)));

I'm not sure if this is the recommended fix for the alignment issues, but it
worked for me.

If, of course, you were referring to the other Eric on this board, ignore
this
post, but anyone with an ARM7TDMI might want to look this way.

-E

  reply	other threads:[~2004-03-25 19:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-25 19:02 Unable to handle kernel paging request at virtualaddress80000013 Patrick Kam
2004-03-25 19:39 ` Eric Hammerle [this message]
2004-03-25 20:04   ` David Woodhouse
  -- strict thread matches above, loose matches on Subject: below --
2003-03-27 14:00 Unable to handle kernel paging request at virtual address 80000013 Eric DEJONC
2003-03-27 14:12 ` David Woodhouse
2003-03-27 14:16   ` Unable to handle kernel paging request at virtual address80000013 Eric DEJONC
2003-03-27 15:20     ` Henrik Nordstrom
2003-03-27 16:58       ` Unable to handle kernel paging request at virtualaddress80000013 Eric DEJONC
2003-03-27 20:19         ` Thomas Gleixner
2003-03-31  7:37           ` Eric DEJONC
2003-03-31  9:02             ` Thomas Gleixner
2003-03-31  9:03               ` Eric DEJONC

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='029e01c412a0$daaf5ed0$c4c80a0a@CoOp4' \
    --to=ehammerle@spectracomcorp.com \
    --cc=linux-mtd@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox