Skip to content

Commit 569fed4

Browse files
author
Daniel Rossier
committed
Fix last clang issue
1 parent 47aa684 commit 569fed4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

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

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

2222
#include <asm/mmu.h>
2323

24-
ipamap_t agency_ipamap[] = {
24+
ipamap_t agency_ipamap[] =
25+
{
2526
{
2627
.ipa_addr = 0x08000000,
2728
.phys_addr = 0x08000000,
@@ -34,10 +35,11 @@ ipamap_t agency_ipamap[] = {
3435
* which will be trapped and handled by the hypervisor.
3536
*/
3637

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

3941
{
40-
/* Only mapping the CPU interface to the vGIC CPU interface.
42+
/* Only mapping the CPU interface to the vGIC CPU interface.
4143
* Access to the distributor must lead to a trap and be handled by the hypervisor.
4244
*/
4345
.ipa_addr = 0x08010000,

0 commit comments

Comments
 (0)