Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c9b7c40 authored by Nishanth Aravamudan's avatar Nishanth Aravamudan Committed by Avi Kivity
Browse files

KVM: PPC: annotate kvm_rma_init as __init



kvm_rma_init() is only called at boot-time, by setup_arch, which is also __init.

Signed-off-by: default avatarNishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 222d21aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ static inline int lpcr_rmls(unsigned long rma_size)
 * to allocate contiguous physical memory for the real memory
 * areas for guests.
 */
void kvm_rma_init(void)
void __init kvm_rma_init(void)
{
	unsigned long i;
	unsigned long j, npages;