[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH] plat/common: remove unused #defines
Signed-off-by: Florian Schmidt <florian.schmidt@xxxxxxxxx> --- plat/common/include/sw_ctx.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plat/common/include/sw_ctx.h b/plat/common/include/sw_ctx.h index fae96be..34116b1 100644 --- a/plat/common/include/sw_ctx.h +++ b/plat/common/include/sw_ctx.h @@ -48,9 +48,4 @@ void sw_ctx_callbacks_init(struct ukplat_ctx_callbacks *ctx_cbs); #define OFFSETOF_SW_CTX_SP 0 #define OFFSETOF_SW_CTX_IP 8 -#define SIZEOF_SW_CTX 8 - -/* TODO This should be better defined in the thread header */ -#define OFFSETOF_UKTHREAD_SW_CTX 16 - #endif /* __PLAT_CMN_SW_CTX_H__ */ -- 2.19.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |