Home
last modified time | relevance | path

Searched hist:"3 dfc242f11d792535db774613c6fd1df565c2137" (Results 1 – 2 of 2) sorted by relevance

/linux/arch/csky/abiv2/
H A Dmemmove.Sdiff 3dfc242f11d792535db774613c6fd1df565c2137 Tue Feb 19 05:32:41 CET 2019 Guo Ren <ren_guo@c-sky.com> csky: Fixup vdsp&fpu issues in kernel

This fixup is continue to commit 35ff802af1c4 (csky: fixup remove
vdsp implement for kernel.) and in that patch I didn't finish the
job. We must forbid gcc to generate any vdsp & fpu instructions
and remove vdsp asm in memmove.S.

eg: For GCC it's -mcpu=ck860 and For AS it's -Wa,-mcpu=ck860fv

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
/linux/arch/csky/
H A DMakefilediff 3dfc242f11d792535db774613c6fd1df565c2137 Tue Feb 19 05:32:41 CET 2019 Guo Ren <ren_guo@c-sky.com> csky: Fixup vdsp&fpu issues in kernel

This fixup is continue to commit 35ff802af1c4 (csky: fixup remove
vdsp implement for kernel.) and in that patch I didn't finish the
job. We must forbid gcc to generate any vdsp & fpu instructions
and remove vdsp asm in memmove.S.

eg: For GCC it's -mcpu=ck860 and For AS it's -Wa,-mcpu=ck860fv

Signed-off-by: Guo Ren <ren_guo@c-sky.com>