Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a920acc authored by Robin Getz's avatar Robin Getz Committed by Mike Frysinger
Browse files

Blackfin: drop duplicate runtime checking of anomaly 05000448



We already catch this anomaly at compile time, and the runtime version is
such that it ends up checking on all parts rather than just the ones that
might actually have it.

Signed-off-by: default avatarRobin Getz <robin.getz@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent ebd58333
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -937,10 +937,6 @@ void __init setup_arch(char **cmdline_p)
			       CPU, bfin_revid());
	}

	/* We can't run on BF548-0.1 due to ANOMALY 05000448 */
	if (bfin_cpuid() == 0x27de && bfin_revid() == 1)
		panic("You can't run on this processor due to 05000448");

	printk(KERN_INFO "Blackfin Linux support by http://blackfin.uclinux.org/\n");

	printk(KERN_INFO "Processor Speed: %lu MHz core clock and %lu MHz System Clock\n",