Commit 3b29dadf authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

MIPS: Octeon: Remove bogus code from octeon_get_clock_rate()



We can run with any simulator clock rate.  Get rid of the code
overriding it to 6MHz.

Signed-off-by: default avatarDavid Daney <ddaney@caviumnetworks.com>
Patchwork: http://patchwork.linux-mips.org/patch/1669/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 54954a6d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -96,8 +96,6 @@ int octeon_is_pci_host(void)
 */
uint64_t octeon_get_clock_rate(void)
{
	if (octeon_is_simulation())
		octeon_bootinfo->eclock_hz = 6000000;
	return octeon_bootinfo->eclock_hz;
}
EXPORT_SYMBOL(octeon_get_clock_rate);