]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/PL390Gic: Fixed setting of the Interrupt Processor Targets Registers when...
authorOlivier Martin <olivier.martin@arm.com>
Thu, 24 Oct 2013 11:49:32 +0000 (11:49 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 24 Oct 2013 11:49:32 +0000 (11:49 +0000)
commiteb5c268fb6a729ab3730d0ab510564302b681490
treed00fc9d34cfd46e497621c4a7d6224a8bc4ae57e
parentd62f9aa6e6f575a6350bb2dad89545b2430a6762
ArmPkg/PL390Gic: Fixed setting of the Interrupt Processor Targets Registers when Uniprocessor

When running on a uniprocessor implementation, the ICDIPTRn registers are RAZ (Read as Zero).
So the previous assertion was not correct.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14798 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Drivers/PL390Gic/PL390GicDxe.c