On Wed, Jul 28, 2010 at 06:53, <[email protected]> wrote: > Modified: trunk/arch/blackfin/mach-bf561/atomic.S (9019 => 9020) > > @@ -71,6 +71,8 @@ > SSYNC(r2); > jump .Lretry_corelock_noflush > .Ldone_corelock_noflush: > + nop; > + CSYNC(r2);
why the NOP ? the CSYNC() macro already takes care of padding things correctly. -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
