1
0
Fork 0
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:
daniel-k 2016-07-01 18:58:04 +02:00
parent 53331b3daa
commit 3d752ed737

View file

@ -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();