commit | 5c0d72b1b35fd0dad7dd70a114df068eadcc1b16 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Tue Jun 22 14:00:12 2010 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Wed Aug 04 10:22:44 2010 +0200 |
tree | 4acc534b04a29748a0207927e9effdfc7e286579 | |
parent | 3fbd93e58e0f3589720798b7c8992a25e4a2d3a4 [diff] |
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 <monstr@monstr.eu>