On Mon, 29 Apr 2013 19:15:56 +0200
Andreas Färber wrote:
> Am 29.04.2013 19:03, schrieb Igor Mammedov:
> > It allows APIC to be hotplugged.
> >
> > * map APIC's mmio at board level if it is present
> > * do not register mmio region for each APIC, since
> >only one is used/mapped
> >
> > S
Am 29.04.2013 19:03, schrieb Igor Mammedov:
> It allows APIC to be hotplugged.
>
> * map APIC's mmio at board level if it is present
> * do not register mmio region for each APIC, since
>only one is used/mapped
>
> Signed-off-by: Igor Mammedov
> Signed-off-by: Andreas Färber
> ---
> v3:
>
It allows APIC to be hotplugged.
* map APIC's mmio at board level if it is present
* do not register mmio region for each APIC, since
only one is used/mapped
Signed-off-by: Igor Mammedov
Signed-off-by: Andreas Färber
---
v3:
- fix compile error caused by mismerged hunk
v2:
- use icc-br