Re: [PATCH 6/8] IRQ: drop register parameter from handler functions

2024-01-18 Thread Jan Beulich
On 18.01.2024 15:17, Julien Grall wrote: > On 11/01/2024 07:35, Jan Beulich wrote: >> It's simply not needed anymore. Note how Linux made this change many >> years ago already, in 2.6.19 (late 2006, see [1]). >> >> Signed-off-by: Jan Beulich > > This patch will need to be adjusted to compile on A

Re: [PATCH 6/8] IRQ: drop register parameter from handler functions

2024-01-18 Thread Julien Grall
Hi Jan, On 11/01/2024 07:35, Jan Beulich wrote: It's simply not needed anymore. Note how Linux made this change many years ago already, in 2.6.19 (late 2006, see [1]). Signed-off-by: Jan Beulich This patch will need to be adjusted to compile on Arm. If you incorporate the changes from Micha

Re: [PATCH 6/8] IRQ: drop register parameter from handler functions

2024-01-15 Thread Jan Beulich
On 11.01.2024 19:10, Andrew Cooper wrote: > On 11/01/2024 7:35 am, Jan Beulich wrote: >> It's simply not needed anymore. Note how Linux made this change many >> years ago already, in 2.6.19 (late 2006, see [1]). >> >> Signed-off-by: Jan Beulich >> >> [1] >> https://git.kernel.org/pub/scm/linux/ke

Re: [PATCH 6/8] IRQ: drop register parameter from handler functions

2024-01-11 Thread Andrew Cooper
On 11/01/2024 7:35 am, Jan Beulich wrote: > It's simply not needed anymore. Note how Linux made this change many > years ago already, in 2.6.19 (late 2006, see [1]). > > Signed-off-by: Jan Beulich > > [1] > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=7d12e780e003f

[PATCH 6/8] IRQ: drop register parameter from handler functions

2024-01-10 Thread Jan Beulich
It's simply not needed anymore. Note how Linux made this change many years ago already, in 2.6.19 (late 2006, see [1]). Signed-off-by: Jan Beulich [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=7d12e780e003f93433d49ce78cfedf4b4c52adc5 --- a/xen/arch/arm/gic.c