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

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
...@@ -86,7 +86,7 @@ static inline int lpcr_rmls(unsigned long rma_size) ...@@ -86,7 +86,7 @@ static inline int lpcr_rmls(unsigned long rma_size)
* to allocate contiguous physical memory for the real memory * to allocate contiguous physical memory for the real memory
* areas for guests. * areas for guests.
*/ */
void kvm_rma_init(void) void __init kvm_rma_init(void)
{ {
unsigned long i; unsigned long i;
unsigned long j, npages; unsigned long j, npages;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment