From: Michal Simek Date: Fri, 4 Feb 2011 14:24:11 +0000 (+0100) Subject: microblaze: Fix msr instruction detection X-Git-Tag: v2.6.38-rc5~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb6aaf52965c14ba3ea245448c4806cfcd1d18c;p=pandora-kernel.git microblaze: Fix msr instruction detection Fix msr instructions detection. The current code just use msrclr for loading msr content and compare it with proper MSR content. If msrclr is not implemented r8 contains pc address. Previous code wanted to use MSR carry bit but if msrclr wasn't implemented carry wasn't cleared. Signed-off-by: Michal Simek --- Reading git-diff-tree failed