On Tue, 11 Nov 2008 15:11:40 +0900
Paul Mundt wrote:
> On Sun, Nov 09, 2008 at 11:26:46AM -0800, Andrew Morton wrote:
I didn't noticed these functions, thanks.
>
I found nice source file, lib/iomap.c.
There are architecture independent read/write{b,w,l} (named like ioread8).
I want to implement architecture independent readq/writeq in lib/iomap.c .
Andrew told,
> Perhaps it would be better to have a CONFIG_ARCH_HAS_READQ and to then
But I want to use x38_edac.c on x86_32 environment,
and I think similar desire may occur in the future.
Is this way good enough? Request for comment.
--