jffs2 with sync burst mode

Konstantin Kletschke lists at ku-gbr.de
Fri Mar 11 06:57:09 EST 2005


Am 2005-03-11 11:44 +0100 schrieb Konstantin Kletschke:
> Actually I tried to debug, what happens in, before and after memcpy() in
> fs/jffs2/scan.c line 773 (actual cvs) located in
> jffs2_scan_dirent_node(), as I suspect some issues with dcache.
> Therefore I copied memcpy() out of arch/arm/boot/compressed/misc.c (why
> is it _there?) above jffs2_scan_dirent_node() to memcpykgk().

No I am puzzled.

I think I replaced arch/arm/lib/memcpy.S with 

static inline __ptr_t memcpykgk(__ptr_t __dest, __const __ptr_t __src,
                size_t __n)

out of arch/arm/boot/compressed/misc.c by accident, though it works now.

The inline helps probably. So, is it correct memcpy() in lib/string.c
and out of arch/arm/boot/compressed/misc.c are NOT used in general arm
code?

Konsti

-- 
GPG KeyID EF62FCEF
Fingerprint: 13C9 B16B 9844 EC15 CC2E  A080 1E69 3FDA EF62 FCEF




More information about the linux-mtd mailing list