From: Jan Kiszka <[email protected]> Not needed, we only include this in bare environments.
Signed-off-by: Jan Kiszka <[email protected]> --- hypervisor/arch/x86/include/asm/types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hypervisor/arch/x86/include/asm/types.h b/hypervisor/arch/x86/include/asm/types.h index 51204ce6..657c47c7 100644 --- a/hypervisor/arch/x86/include/asm/types.h +++ b/hypervisor/arch/x86/include/asm/types.h @@ -16,6 +16,4 @@ * Documentation for the x86 processor architecture. */ -#ifndef BITS_PER_LONG #define BITS_PER_LONG 64 -#endif /* ! BITS_PER_LONG */ -- 2.16.4 -- 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/ad9547bc7a754b60207bf29b6bd9f397cbe1062e.1581770164.git.jan.kiszka%40web.de.
