MIPS: Alchemy: DB1200: Remove custom wait implementation
authorManuel Lauss <manuel.lauss@googlemail.com>
Sat, 3 Apr 2010 15:07:03 +0000 (17:07 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 12 Apr 2010 16:26:22 +0000 (17:26 +0100)
commitd8000beef2cd10c16dc5f66af715f692f5992652
tree3cbe44d00c9ba1e2a09b91514a20e1353089d38c
parent2844e49f5ea1ae75d2026ff128b145e3bd44134c
MIPS: Alchemy: DB1200: Remove custom wait implementation

While playing with the out-of-tree MAE driver module, the system would
panic after a while in the db1200 custom wait code after wakeup due to
a clobbered k0 register being used as target address of a store op.

Remove the custom wait implementation and revert back to the Alchemy-
recommended implementation already set as default.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/1092/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/devboards/db1200/setup.c