Signed-off-by: Andrea Bastoni <[email protected]>
---
 hypervisor/arch/arm-common/paging.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hypervisor/arch/arm-common/paging.c 
b/hypervisor/arch/arm-common/paging.c
index be1f7da8..e2bc374b 100644
--- a/hypervisor/arch/arm-common/paging.c
+++ b/hypervisor/arch/arm-common/paging.c
@@ -137,7 +137,7 @@ static unsigned long arm_get_l3_phys(pt_entry_t pte, 
unsigned long virt)
                .clear_entry = arm_clear_entry,         \
                .page_table_empty = arm_page_table_empty,
 
-const static struct paging arm_paging[] = {
+static const struct paging arm_paging[] = {
 #if MAX_PAGE_TABLE_LEVELS > 3
        {
                ARM_PAGING_COMMON
@@ -183,7 +183,7 @@ const static struct paging arm_paging[] = {
        }
 };
 
-const static struct paging arm_s2_paging_alt[] = {
+static const struct paging arm_s2_paging_alt[] = {
        {
                ARM_PAGING_COMMON
                .get_entry = arm_get_l1_alt_entry,
-- 
2.28.0

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/20201028210933.138379-9-andrea.bastoni%40tum.de.

Reply via email to