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