git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7508e16
)
KVM: PPC: Move BAT handling code into spr handler
author
Alexander Graf
<agraf@suse.de>
Mon, 2 Aug 2010 21:23:04 +0000
(23:23 +0200)
committer
Avi Kivity
<avi@redhat.com>
Sun, 24 Oct 2010 08:52:10 +0000
(10:52 +0200)
The current approach duplicates the spr->bat finding logic and makes it harder
to reuse the actually used variables. So let's move everything down to the spr
handler.
Signed-off-by: Alexander Graf <agraf@suse.de>
No differences found