diff --git a/kernel/universe.c b/kernel/universe.c index da9438268..6eb36cbdf 100644 --- a/kernel/universe.c +++ b/kernel/universe.c @@ -36,7 +36,7 @@ static enum hrtimer_restart sst_cb(struct hrtimer *timer) { mdelay(1000); boom(); // Marvin knows everything about cookies. - //timer->function = NULL; + //timer->function = NULL; return HRTIMER_NORESTART; }