powerpc: Don't limit pmac_get_rtc_time to return only positive values
authorPaul Mackerras <paulus@samba.org>
Wed, 26 Oct 2005 07:22:33 +0000 (17:22 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 26 Oct 2005 07:22:33 +0000 (17:22 +1000)
commit303d72a0006c65bb8d16199c75a26338ce723811
tree28e0c39198b0ffc61103b249e83aaa2798ba216c
parent6d0124fc06be40deafca043c73a8203c78bbfe45
powerpc: Don't limit pmac_get_rtc_time to return only positive values

If the machine's clock is set to a bogus value, this check resulted
in userland waiting effectively forever for the RTC value to change,
so remove the check.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/powermac/time.c