• Guo Ren's avatar
    csky: Fixup vdsp&fpu issues in kernel · 3dfc242f
    Guo Ren authored
    This fixup is continue to commit 35ff802a (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: default avatarGuo Ren <ren_guo@c-sky.com>
    3dfc242f
memmove.S 1.97 KB