]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbf90374d146ee0e3ca8e26e0a4521fa2ab76bd95
tree3cbe44d00c9ba1e2a09b91514a20e1353089d38c
parent9203da3660f29459f0f1edde76fbfc7bd9df1860
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