genode/base-foc/src/core/arm/platform_thread.cc

26 lines
514 B
C++

/*
* \brief Fiasco.OC thread facility (arm specifics)
* \author Stefan Kalkowski
* \date 2011-09-08
*/
/*
* Copyright (C) 2011 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.
*/
/* Genode includes */
#include <cpu/cpu_state.h>
#include <base/printf.h>
/* core includes */
#include <platform_thread.h>
bool Genode::Platform_thread::_in_syscall(Fiasco::l4_umword_t flags)
{
return flags == 0;
}