arm/arm64: KVM: Remove unreferenced S2_PGD_ORDER
[linux-2.6-block.git] / arch / arm / kvm / mmu.c
index 61d96a645ff38aa6e304eea5a198373958fe69cb..22f7fa0124ec1d80c550fea0ecf55a2c7d603091 100644 (file)
@@ -656,9 +656,9 @@ static void *kvm_alloc_hwpgd(void)
  * kvm_alloc_stage2_pgd - allocate level-1 table for stage-2 translation.
  * @kvm:       The KVM struct pointer for the VM.
  *
- * Allocates the 1st level table only of size defined by S2_PGD_ORDER (can
- * support either full 40-bit input addresses or limited to 32-bit input
- * addresses). Clears the allocated pages.
+ * Allocates only the stage-2 HW PGD level table(s) (can support either full
+ * 40-bit input addresses or limited to 32-bit input addresses). Clears the
+ * allocated pages.
  *
  * Note we don't need locking here as this is only called when the VM is
  * created, which can only be done once.