Skip to content

Commit da72097

Browse files
author
Daniel Rossier
committed
(again)
1 parent 569fed4 commit da72097

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • so3/arch/arm64/virt64/include/mach

so3/arch/arm64/virt64/include/mach/ipamap.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121

2222
#include <asm/mmu.h>
2323

24-
ipamap_t agency_ipamap[] =
25-
{
24+
ipamap_t agency_ipamap[] = {
2625
{
2726
.ipa_addr = 0x08000000,
2827
.phys_addr = 0x08000000,
@@ -35,8 +34,7 @@ ipamap_t agency_ipamap[] =
3534
* which will be trapped and handled by the hypervisor.
3635
*/
3736

38-
ipamap_t capsule_ipamap[] =
39-
{
37+
ipamap_t capsule_ipamap[] = {
4038

4139
{
4240
/* Only mapping the CPU interface to the vGIC CPU interface.

0 commit comments

Comments
 (0)