freebsd-skq/sys/powerpc
Justin Hibbits 22983a8768 Prevent BSS from being cleared twice on BookE
Summary:
First time BSS is cleared in booke_init(), Second time it's cleared in
powerpc_init().  Any variable initialized between two those guys gets wiped out
what is wrong. In particular it wipes tlb1_entries initialized by tlb1_init(),
which was fine when tlb1_init() was called a second time, but this was removed
in r304656.

Submitted by:	Ivan Krivonos <int0dster_gmail.com>
Differential Revision: https://reviews.freebsd.org/D7638
2016-08-26 03:36:37 +00:00
..
aim Add a kdb show command to print arbitrary SPRs on PowerPC 2016-08-13 18:46:49 +00:00
booke Fix system hang when large FDT is in use 2016-08-24 03:51:40 +00:00
conf Merge MPC85XX and QorIQ config options 2016-08-03 01:22:11 +00:00
cpufreq
fpu
include Fix system hang when large FDT is in use 2016-08-24 03:51:40 +00:00
mambo
mikrotik
mpc85xx Return 0 instead of an error code on failure to find dcsr. 2016-08-14 04:11:36 +00:00
ofw Remove dead code. This should have been removed in r297392, when these 2016-07-11 17:02:17 +00:00
powermac Fix the deciKelvin to Celsius conversion in kernel. 2016-05-22 13:58:32 +00:00
powerpc Prevent BSS from being cleared twice on BookE 2016-08-26 03:36:37 +00:00
ps3
pseries Close a race when making the CPU idle under pHyp. If an interrupt occurs 2016-08-24 16:49:14 +00:00
psim Use OF_prop_free instead of direct call to free(9) 2016-05-14 20:06:38 +00:00