Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Blackfin arch: Remove outdated code | Michael Hennerich | 2009-02-04 | 1 | -23/+1 |
| | | | | | | | | | | | | | | The removed version with the loop registers saved on the stack was originally intended to workaround the missing toolchain support for LoopReg Clobbers. Since our toolchain now supports these there is no point in keeping this workaround. And since we don't touch LoopRegs anymore we're no longer subject for ANOMALY_05000312. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> | ||||
* | Blackfin arch: Fix udelay implementation | Michael Hennerich | 2009-02-04 | 1 | -6/+5 |
| | | | | | | | | | Avoid possible overflow during 32*32->32 multiplies. Reported-by: Marco Reppenhagen <marco.reppenhagen@auerswald.de> Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> | ||||
* | Blackfin arch: move include/asm-blackfin header files to arch/blackfin | Bryan Wu | 2008-08-27 | 1 | -0/+62 |
Signed-off-by: Bryan Wu <cooloney@kernel.org> |