commit | f486b3dc2d048e7309a733f97eb9f9f83d586df2 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Thu Apr 21 16:35:46 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 21 16:35:46 2011 -0700 |
tree | 830347865e3079ad00fa5cb2798aa0ce295ce6bb | |
parent | 505d9147a72d4e14323af9581dde066bd5fc439c [diff] |
sparc32: fix sparcstation 5 boot The sparcstation 5 I have available has no MID property for the CPU. This resulted in a panic when booting a SMP kernel on this box. The assigned field in cpu_data is never used, so if we fail to read the MID property then inform user and continue booting. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>