Re: [PATCH] Fix warning at pic_isa.c

2023-01-06 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le ven. 06 janv. 2023 00:26:47 -0500, a ecrit: > --- > i386/i386at/pic_isa.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/i386/i386at/pic_isa.c b/i386/i386at/pic_isa.c > index b0415c24..1e5ac103 100644 > --- a/i386/i386at/pic_isa.c >

Re: [PATCH] Use grub-file instead of mbchk to test multiboot header

2023-01-06 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le ven. 06 janv. 2023 00:24:38 -0500, a ecrit: > mbchk is not part of grub2 and only available on grub-legacy. > --- > tests/Makefrag.am | 2 +- > tests/configfrag.ac| 2 +- > tests/{test-mbchk.in => test-multiboot.in}

Re: [PATCH] Move cpu_down and other functions inside SMP ifdef

2023-01-06 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mer. 04 janv. 2023 22:45:45 -0500, a ecrit: > cpu_down is shown as not required when disabling SMP so moving it inside > NCPUS > 1 to eliminate the warning. Note that the diff ended up looking > a bit different due the way functions are laid out. > --- > kern/mach