bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/5] fix EISA check in init_IRQ


From: Samuel Thibault
Subject: Re: [PATCH 4/5] fix EISA check in init_IRQ
Date: Sat, 27 Mar 2021 16:24:33 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Applied, thanks!

Damien Zammit, le ven. 26 mars 2021 20:48:49 +1100, a ecrit:
> ---
>  linux/dev/arch/i386/kernel/irq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/linux/dev/arch/i386/kernel/irq.c 
> b/linux/dev/arch/i386/kernel/irq.c
> index 522ed0ac..06889e58 100644
> --- a/linux/dev/arch/i386/kernel/irq.c
> +++ b/linux/dev/arch/i386/kernel/irq.c
> @@ -743,7 +743,7 @@ init_IRQ (void)
>    /*
>     * Check if the machine has an EISA bus.
>     */
> -  p = (char *) 0x0FFFD9;
> +  p = (char *) phystokv(0x0FFFD9);
>    if (*p++ == 'E' && *p++ == 'I' && *p++ == 'S' && *p == 'A')
>      EISA_bus = 1;
>    
> -- 
> 2.30.1
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]