/* * \brief CPU specific implementations of core * \author Sebastian Sumpf * \date 2015-06-02 */ /* * Copyright (C) 2015-2016 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 using namespace Kernel; Thread_base::Thread_base(Thread * const t) : _fault(t), _fault_pd(0), _fault_addr(0), _fault_writes(0), _fault_signal(0) { }