microblaze: Remove PER_CPU(KM) variable
authorMichal Simek <monstr@monstr.eu>
Tue, 22 Jun 2010 12:00:12 +0000 (14:00 +0200)
committerMichal Simek <monstr@monstr.eu>
Wed, 4 Aug 2010 08:22:44 +0000 (10:22 +0200)
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 <monstr@monstr.eu>

No differences found