]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: powerpc: fix init/exit annotation
authorJean Delvare <khali@linux-fr.org>
Tue, 18 May 2010 07:34:12 +0000 (09:34 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 9 Jun 2010 15:39:09 +0000 (18:39 +0300)
commitb353433d9c3a5e970f5abc4d6f1d3b4c417724bc
tree4ab9d8f3842eeab768b70a16c507a90538685883
parent477bdd52a1295d7bad2b73d68f65fb62311e06f7
KVM: powerpc: fix init/exit annotation

kvmppc_e500_exit() is a module_exit function, so it should be tagged
with __exit, not __init. The incorrect annotation was added by commit
d1030df9d0b61b404c1c55485dc639ca95d6916c.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: stable@kernel.org
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/e500.c