On Wed, Jul 11, 2012 at 10:37:16AM +1000, [email protected] wrote:

> +     __asm__ __volatile__ (
> +             "movec  %0,%%cacr\n\t"
> +             "nop\n\t"

This could be written as

                "movec %0,%%cacr; nop"

i.e. :
        final "\n\t" is useless
        other "\n\t" may be replaced by ";"

Philippe
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to