From: Jan Kiszka <[email protected]> It's now identical.
Signed-off-by: Jan Kiszka <[email protected]> --- .../arch/{arm => arm-common}/include/asm/cell.h | 1 - hypervisor/arch/arm64/include/asm/cell.h | 27 ---------------------- 2 files changed, 28 deletions(-) rename hypervisor/arch/{arm => arm-common}/include/asm/cell.h (94%) delete mode 100644 hypervisor/arch/arm64/include/asm/cell.h diff --git a/hypervisor/arch/arm/include/asm/cell.h b/hypervisor/arch/arm-common/include/asm/cell.h similarity index 94% rename from hypervisor/arch/arm/include/asm/cell.h rename to hypervisor/arch/arm-common/include/asm/cell.h index 29c1ac3ee..11dba73df 100644 --- a/hypervisor/arch/arm/include/asm/cell.h +++ b/hypervisor/arch/arm-common/include/asm/cell.h @@ -17,7 +17,6 @@ #include <jailhouse/paging.h> -/** ARM-specific cell states. */ struct arch_cell { struct paging_structures mm; diff --git a/hypervisor/arch/arm64/include/asm/cell.h b/hypervisor/arch/arm64/include/asm/cell.h deleted file mode 100644 index 091a983f8..000000000 --- a/hypervisor/arch/arm64/include/asm/cell.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Jailhouse AArch64 support - * - * Copyright (C) 2015 Huawei Technologies Duesseldorf GmbH - * - * Authors: - * Antonios Motakis <[email protected]> - * - * This work is licensed under the terms of the GNU GPL, version 2. See - * the COPYING file in the top-level directory. - */ - -#ifndef _JAILHOUSE_ASM_CELL_H -#define _JAILHOUSE_ASM_CELL_H - -#ifndef __ASSEMBLY__ - -#include <jailhouse/paging.h> - -struct arch_cell { - struct paging_structures mm; - - u32 irq_bitmap[1024/32]; -}; - -#endif /* !__ASSEMBLY__ */ -#endif /* !_JAILHOUSE_ASM_CELL_H */ -- 2.13.6 -- 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]. For more options, visit https://groups.google.com/d/optout.
