commit | f7ade3c168e4f437c11f57be012992bbb0e3075c | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 17 02:25:06 2009 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 17 20:07:50 2009 +0200 |
tree | f559580760807528f9178d29aa4c89c806a8d79d | |
parent | b8d6f78cd058e34ec706f7cb353fdb2eb743c050 [diff] |
MIPS: Get rid of CONFIG_CPU_HAS_LLSC CONFIG_CPU_HAS_LLSC duplicated the function of cpu_has_llsc for no good reason and and the results if the one was enabled and the other disabled was very unobvious. Remove it now that there are no more remaining users. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>