Re: [Yaffs] Wide tnode support added.... concerns for PowerP…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Jon Masters
Date:  
To: Charles Manning
CC: yaffs
Subject: Re: [Yaffs] Wide tnode support added.... concerns for PowerPC etc?
On 12/10/05, Charles Manning <> wrote:

> This code makes the assumption that it is OK to have a pointer on any
> arbitrary 32-bit boundary. This should be OK for ARM, but is it OK for all
> CPUs?


Should be. Anyone with weird alignment might (in theory) take a data
exception and fix it up with a few additional loads in the kernel. The
wide patch is fine on ppc, it's what I've done all of my recent YAFFS
work on.

Jon.