<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p>post/cpu/ppc4xx/spr.c contained a few checks for registers only present </p>
<p>for PPC440 and derivates processor.</p>
<p></p>
<p>Signed-off-by: Niklaus Giger &lt;niklaus.giger@netstal.com&gt;</p>
<p>---</p>
<p> post/cpu/ppc4xx/spr.c |    6 ++++++</p>
<p> 1 files changed, 6 insertions(+), 0 deletions(-)</p>
<p></p>
<p>diff --git a/post/cpu/ppc4xx/spr.c b/post/cpu/ppc4xx/spr.c</p>
<p>index 3e74634..c12e378 100644</p>
<p>--- a/post/cpu/ppc4xx/spr.c</p>
<p>+++ b/post/cpu/ppc4xx/spr.c</p>
<p>@@ -80,7 +80,9 @@ static struct {</p>
<p>         {0x107,        &quot;SPRG7&quot;,        0x00000000,        0x00000000},</p>
<p>         {0x10c,        &quot;TBL&quot;,                0x00000000,        0x00000000},</p>
<p>         {0x10d,        &quot;TBU&quot;,                0x00000000,        0x00000000},</p>
<p>+#ifdef CONFIG_440</p>
<p>         {0x11e,        &quot;PIR&quot;,                0x0000000f,        0x00000000},</p>
<p>+#endif</p>
<p>         {0x130,        &quot;DBSR&quot;,                0x00000000,        0x00000000},</p>
<p>         {0x134,        &quot;DBCR0&quot;,        0x00000000,        0x00000000},</p>
<p>         {0x135,        &quot;DBCR1&quot;,        0x00000000,        0x00000000},</p>
<p>@@ -95,6 +97,7 @@ static struct {</p>
<p>         {0x13f,        &quot;DVC2&quot;,                0x00000000,        0x00000000},</p>
<p>         {0x150,        &quot;TSR&quot;,                0x00000000,        0x00000000},</p>
<p>         {0x154,        &quot;TCR&quot;,                0x00000000,        0x00000000},</p>
<p>+#ifdef CONFIG_440</p>
<p>         {0x190,        &quot;IVOR0&quot;,        0x0000fff0,        0x00000100},</p>
<p>         {0x191,        &quot;IVOR1&quot;,        0x0000fff0,        0x00000200},</p>
<p>         {0x192,        &quot;IVOR2&quot;,        0x0000fff0,        0x00000300},</p>
<p>@@ -111,6 +114,7 @@ static struct {</p>
<p>         {0x19d,        &quot;IVOR13&quot;,        0x0000fff0,        0x00001300},</p>
<p>         {0x19e,        &quot;IVOR14&quot;,        0x0000fff0,        0x00001400},</p>
<p>         {0x19f,        &quot;IVOR15&quot;,        0x0000fff0,        0x00002000},</p>
<p>+#endif</p>
<p>         {0x23a,        &quot;MCSRR0&quot;,        0x00000000,        0x00000000},</p>
<p>         {0x23b,        &quot;MCSRR1&quot;,        0x00000000,        0x00000000},</p>
<p>         {0x23c,        &quot;MCSR&quot;,                0x00000000,        0x00000000},</p>
<p>@@ -131,8 +135,10 @@ static struct {</p>
<p>         {0x395,        &quot;DTV1&quot;,                0x00000000,        0x00000000},</p>
<p>         {0x396,        &quot;DTV2&quot;,                0x00000000,        0x00000000},</p>
<p>         {0x397,        &quot;DTV3&quot;,                0x00000000,        0x00000000},</p>
<p>+#ifdef CONFIG_440</p>
<p>         {0x398,        &quot;DVLIM&quot;,        0x0fc1f83f,        0x0001f800},</p>
<p>         {0x399,        &quot;IVLIM&quot;,        0x0fc1f83f,        0x0001f800},</p>
<p>+#endif</p>
<p>         {0x39b,        &quot;RSTCFG&quot;,        0x00000000,        0x00000000},</p>
<p>         {0x39c,        &quot;DCDBTRL&quot;,        0x00000000,        0x00000000},</p>
<p>         {0x39d,        &quot;DCDBTRH&quot;,        0x00000000,        0x00000000},</p>
<p>-- </p>
<p>1.5.2.5</p>
<p></p>
<p></p>
<p>-- </p>
<p>Niklaus Giger</p>
<p>Netstal Maschinen AG</p>
<p>CH-8752 Naefels</p>
</body></html>