arch/arm64: update for coding style
Replace "unsigned char" with "bool". Signed-off-by: Hidenori Matsubayashi <hidenori.matsubayashi@gmail.com>
This commit is contained in:
parent
9889b4b5c6
commit
ffe8dd39c6
@ -58,7 +58,7 @@ static inline void arm64_arch_timer_set_compare(uint64_t value)
|
||||
write_sysreg(value, cntv_cval_el0);
|
||||
}
|
||||
|
||||
static inline void arm64_arch_timer_enable(unsigned char enable)
|
||||
static inline void arm64_arch_timer_enable(bool enable)
|
||||
{
|
||||
uint64_t value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user