hw: fix compilation errors for i.MX53/TrustZone

Fix #1182
This commit is contained in:
Stefan Kalkowski 2014-06-20 15:31:08 +02:00 committed by Norman Feske
parent e5b78a6494
commit 7ca56e3fc4
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@ extern int _mon_kernel_entry;
void Kernel::init_trustzone(Pic * pic)
{
using namespace Genode;
/* check for compatibility */
if (PROCESSORS > 1) {
PERR("trustzone not supported with multiprocessing");

View File

@ -18,6 +18,7 @@
#include <cpu/cpu_state.h>
/* core includes */
#include <kernel/core_interface.h>
#include <vm_session_component.h>
using namespace Genode;