format check
This commit is contained in:
parent
0e3c4bd26b
commit
1202d51bd6
|
@ -58,7 +58,7 @@ rt_inline uintptr_t platform_get_gic_redist_base(void)
|
||||||
uintptr_t redis_base_virtual = (uintptr_t)rt_ioremap((void *)redis_base, GICV3_RD_OFFSET);
|
uintptr_t redis_base_virtual = (uintptr_t)rt_ioremap((void *)redis_base, GICV3_RD_OFFSET);
|
||||||
if (redis_base_virtual == 0)
|
if (redis_base_virtual == 0)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
#if defined(TARGET_ARMV8_AARCH64)
|
#if defined(TARGET_ARMV8_AARCH64)
|
||||||
gicr_typer_aff = GIC_RDIST_TYPER(redis_base_virtual) >> 32;
|
gicr_typer_aff = GIC_RDIST_TYPER(redis_base_virtual) >> 32;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*
|
*
|
||||||
* Email: opensource_embedded@phytium.com.cn
|
* Email: opensource_embedded@phytium.com.cn
|
||||||
*
|
*
|
||||||
* Change Logs:
|
* Change Logs:
|
||||||
* Date Author Notes
|
* Date Author Notes
|
||||||
* 2024/07/15 zhangyan first commit
|
* 2024/07/15 zhangyan first commit
|
||||||
|
|
Loading…
Reference in New Issue