We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569fed4 commit da72097Copy full SHA for da72097
1 file changed
so3/arch/arm64/virt64/include/mach/ipamap.h
@@ -21,8 +21,7 @@
21
22
#include <asm/mmu.h>
23
24
-ipamap_t agency_ipamap[] =
25
-{
+ipamap_t agency_ipamap[] = {
26
{
27
.ipa_addr = 0x08000000,
28
.phys_addr = 0x08000000,
@@ -35,8 +34,7 @@ ipamap_t agency_ipamap[] =
35
34
* which will be trapped and handled by the hypervisor.
36
*/
37
38
-ipamap_t capsule_ipamap[] =
39
+ipamap_t capsule_ipamap[] = {
40
41
42
/* Only mapping the CPU interface to the vGIC CPU interface.
0 commit comments