qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 16/23] i8259: PREP: Replace pic_intack_read w


From: Jan Kiszka
Subject: Re: [Qemu-devel] [PATCH v2 16/23] i8259: PREP: Replace pic_intack_read with pic_read_irq
Date: Wed, 12 Oct 2011 18:10:55 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

On 2011-10-12 18:02, Andreas Färber wrote:
> Hello Jan,
> 
> Since the last round of pulls, PReP magically boots again. :)
> 
> Am 07.10.2011 09:19, schrieb Jan Kiszka:
>> There is nothing in the i8259 spec that justifies the special
>> pic_intack_read. At least the Linux PREP kernels configure the PICs
>> properly so that pic_read_irq returns identical values, and setting
>> read_reg_select in PIC0 cannot be derived from any special i8259 mode.
>>
>> So switch ppc_prep to pic_read_irq and drop the now unused PIC code.
> 
> Seems to resolve an existing XXX in the code.
> 
>> CC: Andreas Färber <address@hidden>
>> Signed-off-by: Jan Kiszka <address@hidden>
> 
> Linux is the only thing we can boot with -M prep that I'm aware of, via
> -kernel. And the 40p series doesn't use this at all. I see no regression
> on my Debian Etch, so I'm fine with the simplification.
> 
> Tested-by: Andreas Färber <address@hidden>

Thanks!

> 
>> diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c
>> index d26049b..6427baa 100644
>> --- a/hw/ppc_prep.c
>> +++ b/hw/ppc_prep.c
>> @@ -130,7 +130,7 @@ static inline uint32_t 
>> _PPC_intack_read(target_phys_addr_t addr)
>>      uint32_t retval = 0;
>>  
>>      if ((addr & 0xf) == 0)
>> -        retval = pic_intack_read(isa_pic);
>> +        retval = pic_read_irq(isa_pic);
> 
> Mind to add the braces while touching it?

Will do if I have to repost this series (I hope not...).

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux



reply via email to

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