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:
ffdfa07
)
KVM: kvm/x86_emulate.c toggle_interruptibility() should be static
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Thu, 18 Jun 2009 11:23:25 +0000
(16:53 +0530)
committer
Avi Kivity
<avi@redhat.com>
Sun, 28 Jun 2009 11:10:30 +0000
(14:10 +0300)
toggle_interruptibility() is used only by same file, it should be static.
Fixed following sparse warning :
arch/x86/kvm/x86_emulate.c:1364:6: warning: symbol 'toggle_interruptibility' was not declared. Should it be static?
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found