Re: [PATCH] Include i386asm.h using i386/i386/i386.asm.h

2023-01-30 Thread Samuel Thibault
Applied, thanks!

Flavio Cruz, le lun. 30 janv. 2023 02:22:14 -0500, a ecrit:
> If we 1) build for x86_64 and 2) build in a separate directory, we will not 
> have
> -Ii386 (-Ix86_64 instead) hence this file won't be found since it is 
> autogenerated.
> ---
>  i386/i386at/int_init.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/i386/i386at/int_init.c b/i386/i386at/int_init.c
> index 964ce1bb..1d264004 100644
> --- a/i386/i386at/int_init.c
> +++ b/i386/i386at/int_init.c
> @@ -24,7 +24,7 @@
>  #include 
>  #include 
>  #include 
> -#include 
> +#include 
>  
>  /* defined in locore.S */
>  extern vm_offset_t int_entry_table[];
> -- 
> 2.39.0
> 
> 

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.



[PATCH] Include i386asm.h using i386/i386/i386.asm.h

2023-01-29 Thread Flavio Cruz
If we 1) build for x86_64 and 2) build in a separate directory, we will not have
-Ii386 (-Ix86_64 instead) hence this file won't be found since it is 
autogenerated.
---
 i386/i386at/int_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i386/i386at/int_init.c b/i386/i386at/int_init.c
index 964ce1bb..1d264004 100644
--- a/i386/i386at/int_init.c
+++ b/i386/i386at/int_init.c
@@ -24,7 +24,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 /* defined in locore.S */
 extern vm_offset_t int_entry_table[];
-- 
2.39.0