Re: [PATCH] fix setup_efi_pci()

2013-01-17 Thread Jan Beulich
>>> On 17.01.13 at 13:29, Matt Fleming wrote: > On Mon, 2013-01-14 at 08:59 +, Jan Beulich wrote: >> This fixes three issues: >> - missing parentheses around a flag test >> - wrong memory type used for allocation intended to persist post-boot >> - four similar build warnings on 32-bit (casts b

Re: [PATCH] fix setup_efi_pci()

2013-01-17 Thread Matt Fleming
On Mon, 2013-01-14 at 08:59 +, Jan Beulich wrote: > This fixes three issues: > - missing parentheses around a flag test > - wrong memory type used for allocation intended to persist post-boot > - four similar build warnings on 32-bit (casts between different size > pointers and integers) > >