mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
kernel/main: get rid of unused variable warning
This commit is contained in:
parent
53331b3daa
commit
3d752ed737
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ int network_shutdown(void)
|
|||
#if MAX_CORES > 1
|
||||
int smp_main(void)
|
||||
{
|
||||
int32_t cpu = atomic_int32_inc(&cpu_online);
|
||||
atomic_int32_inc(&cpu_online);
|
||||
|
||||
#ifdef DYNAMIC_TICKS
|
||||
enable_dynticks();
|
||||
|
|
Loading…
Add table
Reference in a new issue