Re: [PATCH] timekeeping: always make sure wall_to_monotonic is negative

2015-05-13 Thread John Stultz
On Mon, Mar 16, 2015 at 12:28 PM, Wang YanQing wrote: > > When wall_to_monotonic become positive, then I get below two > errors on an IMX6 development board without enable RTC device: > > 1:execute exportfs -a generate: >"exportfs: /opt/nfs/arm does not support NFS export" > 2:cat /proc/stat:

[PATCH] timekeeping: always make sure wall_to_monotonic is negative

2015-03-16 Thread Wang YanQing
When wall_to_monotonic become positive, then I get below two errors on an IMX6 development board without enable RTC device: 1:execute exportfs -a generate: "exportfs: /opt/nfs/arm does not support NFS export" 2:cat /proc/stat: "btime 4294967236" I can product the same issues on x86 with ne