genode/repos/base-hw/src/core/spec/exynos5/cpu.cc
2017-02-28 12:59:29 +01:00

22 lines
457 B
C++

/*
* \brief CPU driver for core
* \author Martin stein
* \author Stefan Kalkowski
* \date 2011-11-03
*/
/*
* Copyright (C) 2011-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
/* core includes */
#include <board.h>
#include <cpu.h>
using namespace Genode;
unsigned Cpu::primary_id() { return Board::PRIMARY_MPIDR_AFF_0; }