Brandon Bergren 8415f755f1 [PowerPC] Fix booke64 qemu infinite loop in L2 cache enable
Since qemu does not implement the L2 cache, we get stuck forever waiting
for a bit to be set when trying to invalidate it.

To prevent that, we should bail out if the L2 cache is missing.
One easy way to check this is L2CFG0 == 0 (since L2CSIZE always has at
least one bit set in a valid implementation)

(tested on qemu, rb800, and x5000)

Reviewed by:	jhibbits
Sponsored by:	Tag1 Consulting, Inc.
Differential Revision:	https://reviews.freebsd.org/D25225
2020-06-19 18:40:39 +00:00
..
2019-12-04 16:56:11 +00:00
2020-05-26 19:03:45 +00:00
2019-08-29 07:25:27 +00:00
2019-12-16 13:17:39 +00:00
2020-03-18 01:09:43 +00:00
2020-01-17 14:43:58 +00:00
2019-08-29 07:25:27 +00:00
2020-03-18 01:09:43 +00:00
2020-03-18 01:09:43 +00:00