diff options
Diffstat (limited to 'arch/powerpc/kvm/book3s_hv_builtin.c')
-rw-r--r-- | arch/powerpc/kvm/book3s_hv_builtin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/kvm/book3s_hv_builtin.c b/arch/powerpc/kvm/book3s_hv_builtin.c index 4fdc27c80f4c..3f1bb5a36c27 100644 --- a/arch/powerpc/kvm/book3s_hv_builtin.c +++ b/arch/powerpc/kvm/book3s_hv_builtin.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <linux/export.h> | 12 | #include <linux/export.h> |
13 | #include <linux/sched.h> | 13 | #include <linux/sched.h> |
14 | #include <linux/spinlock.h> | 14 | #include <linux/spinlock.h> |
15 | #include <linux/bootmem.h> | ||
16 | #include <linux/init.h> | 15 | #include <linux/init.h> |
17 | #include <linux/memblock.h> | 16 | #include <linux/memblock.h> |
18 | #include <linux/sizes.h> | 17 | #include <linux/sizes.h> |
@@ -154,7 +153,7 @@ EXPORT_SYMBOL_GPL(kvm_release_hpt); | |||
154 | * kvm_cma_reserve() - reserve area for kvm hash pagetable | 153 | * kvm_cma_reserve() - reserve area for kvm hash pagetable |
155 | * | 154 | * |
156 | * This function reserves memory from early allocator. It should be | 155 | * This function reserves memory from early allocator. It should be |
157 | * called by arch specific code once the early allocator (memblock or bootmem) | 156 | * called by arch specific code once the memblock allocator |
158 | * has been activated and all other subsystems have already allocated/reserved | 157 | * has been activated and all other subsystems have already allocated/reserved |
159 | * memory. | 158 | * memory. |
160 | */ | 159 | */ |