From: Will Deacon Date: Fri, 30 Nov 2012 18:34:25 +0000 (+0000) Subject: arm64: vdso: fix clocksource mask when extracting bottom 56 bits X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~65^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=251db45336c8fb5fd0c36f71aabc6950e427110f;p=pandora-kernel.git arm64: vdso: fix clocksource mask when extracting bottom 56 bits The generic timer clocksource has 56 bits of precision and as such must be masked appropriately after we have read it. The current mask generated by a movn instruction is off by 4 bits, so we accidentally include the top 4 bits in the final value. This patch fixes the broken mask. Acked-by: Marc Zyngier Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed