• Bob Liu's avatar
    blackfin: asm: fix blackfin.h broken · b2286f2b
    Bob Liu authored
    do{...}while makes no sense in __ASSEMBLY__ code paths.  now
    kernels fail to build:
    arch/blackfin/mach-bf561/atomic.S: Assembler messages:
    arch/blackfin/mach-bf561/atomic.S:48: Error: syntax error. Input text
    was do.
    arch/blackfin/mach-bf561/atomic.S:48: Error:
    arch/blackfin/mach-bf561/atomic.S:48: Error: syntax error. Input text
    was }.
    arch/blackfin/mach-bf561/atomic.S:48: Error:
    arch/blackfin/mach-bf561/atomic.S:53: Error: syntax error. Input text
    was do.
    arch/blackfin/mach-bf561/atomic.S:53: Error:
    arch/blackfin/mach-bf561/atomic.S:53: Error: syntax error. Input text
    was }.
    Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
    b2286f2b
blackfin.h 1.55 KB