]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
microblaze: Clear top bit from cnt32_to_63
authorMichal Simek <monstr@monstr.eu>
Fri, 23 Sep 2011 07:52:24 +0000 (09:52 +0200)
committerJohn Linn <john.linn@xilinx.com>
Wed, 30 Nov 2011 04:32:36 +0000 (20:32 -0800)
commitcf128808e074139706839f61457f33f515877643
tree6c94876848ad779179abe201301aeba530adab8e
parent72cb09331fd5eb0f629a38c8d54d29cc811fd316
microblaze: Clear top bit from cnt32_to_63

Top bit is used as garbage and it must be clear
explicitly.
It is causing the problem with soft lookup code
because it checks delays which are long when
top bit is setup.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/timer.c