diff options
Diffstat (limited to 'arch/tile/include/hv/hypervisor.h')
-rw-r--r-- | arch/tile/include/hv/hypervisor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/include/hv/hypervisor.h b/arch/tile/include/hv/hypervisor.h index a90d2989587a..59b46dc53994 100644 --- a/arch/tile/include/hv/hypervisor.h +++ b/arch/tile/include/hv/hypervisor.h | |||
@@ -547,7 +547,7 @@ void hv_assert_intr(HV_IntrMask assert_mask); | |||
547 | */ | 547 | */ |
548 | HV_Errno hv_trigger_ipi(HV_Coord tile, int interrupt); | 548 | HV_Errno hv_trigger_ipi(HV_Coord tile, int interrupt); |
549 | 549 | ||
550 | #endif // !CHIP_HAS_IPI() | 550 | #endif /* !CHIP_HAS_IPI() */ |
551 | 551 | ||
552 | /** Store memory mapping in debug memory so that external debugger can read it. | 552 | /** Store memory mapping in debug memory so that external debugger can read it. |
553 | * A maximum of 16 entries can be stored. | 553 | * A maximum of 16 entries can be stored. |