[Cbe-oss-dev] [PATCH] use memcpy_fromio() to copy from local store

Andrew Pinski pinskia at gmail.com
Wed Mar 21 02:58:00 EST 2007


On 3/20/07, Akinobu Mita <mita at fixstars.com> wrote:
> GCC may generates inline copy loop to handle memcpy() function
> instead of kernel defined memcpy(). But this inlined version of memcpy()
> causes an alignment interrupt when copying from local store.

As mentioned because, you should use -mno-string with -Os or force it
instead of doing this patch.
-- Pinski



More information about the cbe-oss-dev mailing list