From: Michal Simek Date: Tue, 22 Jun 2010 12:00:12 +0000 (+0200) Subject: microblaze: Remove PER_CPU(KM) variable X-Git-Tag: v2.6.36-rc1~560^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c0d72b1b35fd0dad7dd70a114df068eadcc1b16;p=pandora-kernel.git microblaze: Remove PER_CPU(KM) variable There is a way howto remove Kernel Mode variable. It is easier to parse UMS bit in MSR to find out if I come from kernel or user space. Loading MSR content should be in one cycle and loading PER_CPU variable depends on memory state. Signed-off-by: Michal Simek --- Reading git-diff-tree failed