genode/base-hw/src/core/vea9x4/trustzone/kernel_support.cc
2013-01-10 21:44:47 +01:00

22 lines
463 B
C++

/*
* \brief Kernel-specific implementations for Versatile Express with TZ
* \author Stefan Kalkowski
* \date 2012-10-11
*/
/*
* Copyright (C) 2012-2013 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
/* core includes */
#include <cpu.h>
using namespace Genode;
Cpu::User_context::User_context() {
cpsr = Psr::init_user_with_trustzone(); }