Re: [PATCH 05/10] mini-os: don't repeat definition available via header file

2021-12-11 Thread Samuel Thibault
Juergen Gross, le lun. 06 déc. 2021 08:23:32 +0100, a ecrit: > arch/x86/setup.c is repeating the definition of __pte() instead using > the appropriate header. Fix that. > > Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault > --- > arch/x86/setup.c | 8 +--- > 1 file changed, 1 ins

[PATCH 05/10] mini-os: don't repeat definition available via header file

2021-12-05 Thread Juergen Gross
arch/x86/setup.c is repeating the definition of __pte() instead using the appropriate header. Fix that. Signed-off-by: Juergen Gross --- arch/x86/setup.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/arch/x86/setup.c b/arch/x86/setup.c index 1ec68d3..b27bbed 100644 -