commit | 7afc45ad7d9493208d89072cbb78a5bfc8034b59 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Sun Mar 13 10:55:53 2011 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Mar 15 01:25:51 2011 -0500 |
tree | 233adc7346c3ec0f4e84cb8637ad79d9b43a5bba | |
parent | cc1dd33f273f8c96cbd7539b4a2d1d7aa12773cd [diff] |
powerpc/85xx: Fix synchronization of timebase on MP boot There is a small ordering issue in the master core in that we need to make sure the disabling of the timebase in the SoC is visible before we set the value to 0. We can simply just read back the value to synchronizatize the write, before we set TB to 0. Reported-by: Dan Hettena Tested-by: Dan Hettena Signed-off-by: Kumar Gala <galak@kernel.crashing.org>