Changeset 97186929 in mainline for kernel/generic/src/main/main.c


Ignore:
Timestamp:
2011-04-04T11:24:32Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e4f2656
Parents:
b2a081ae
Message:

remove obsolete tasklets
(many years ago tasklets were part of a rudimentary RCU implementation which was never integrated in full;
even if RCU is going to be implemented in SPARTAN ever properly [there are also some legal issues], there are more elegant ways than tasklets)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/main.c

    rb2a081ae r97186929  
    5858#include <proc/thread.h>
    5959#include <proc/task.h>
    60 #include <proc/tasklet.h>
    6160#include <main/kinit.h>
    6261#include <main/version.h>
     
    217216        tlb_init();
    218217        ddi_init();
    219         tasklet_init();
    220218        arch_post_mm_init();
    221219        arch_pre_smp_init();
Note: See TracChangeset for help on using the changeset viewer.