base: generic implementation of Context_allocator

ref #989
This commit is contained in:
Martin Stein
2014-01-31 14:12:28 +01:00
committed by Norman Feske
parent 020edd3032
commit 523791b361
11 changed files with 96 additions and 160 deletions

View File

@ -21,7 +21,7 @@ SRC_CC += lock/lock.cc
SRC_CC += signal/signal.cc signal/common.cc
SRC_CC += server/server.cc server/common.cc
SRC_CC += thread/thread.cc thread/thread_bootstrap.cc thread/trace.cc
SRC_CC += env/utcb.cc
SRC_CC += thread/context_allocator.cc env/utcb.cc
SRC_CC += lock/cmpxchg.cc
INC_DIR += $(REP_DIR)/src/base/lock