• K
    sparc32: Fix multiple RTC detections on SUN4D · 1c833bc3
    Kjetil Oftedal 提交于
    During the preparation for testing the recent changes made to the SUN4D
    specific code in the kernel by Sam Ravnborg the following was discovered:
    
    Since the removal of of_platform_bus_type (commit: eca39301 )
    multiboard SUN4Ds have not been able to boot. The kernel crashes due to a
    zero-pointer error encountered when registering multiple M48T59 RTCs
    (There is one on each board).
    
    A patch for the was previously submitted, but the problem was not a
    serious at that time, as it would only generate warnings. Now the kernel
    will crash and stop executing before the serial console has been started.
    (Crash output can be viewed by using the -p boot flag)
    Signed-off-by: NKjetil Oftedal <oftedal@gmail.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    1c833bc3
time_32.c 5.6 KB