hw: remove obsolete Kernel::Cpu_context

Due to the changes when fixing issue #2091 the Kernel::Cpu_context
became superfluent and is not used anymore.

Fix #2538
This commit is contained in:
Stefan Kalkowski
2017-10-05 11:49:57 +02:00
committed by Christian Helmuth
parent e532fc83b6
commit 84331ac0f7
20 changed files with 4 additions and 161 deletions

View File

@ -9,7 +9,7 @@ INC_DIR += $(REP_DIR)/src/core/spec/rpi
# add C++ sources
SRC_CC += platform_services.cc
SRC_CC += spec/arm/cpu_context.cc
SRC_CC += spec/arm/cpu.cc
SRC_CC += spec/rpi/timer.cc
SRC_CC += spec/rpi/pic.cc