nova: remove specific stack area location

and use instead the generic one of base

Fixes #3654
This commit is contained in:
Alexander Boettcher 2020-02-18 12:00:22 +01:00 committed by Norman Feske
parent 6e54cad44c
commit cd1c0aace3
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
/*
* \brief Component-local stack area base address for NOVA
* \author Stefan Kalkowski
* \date 2017-06-02
*/
/*
* Copyright (C) 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.
*/
/* base-internal includes */
#include <base/internal/stack_area.h>
Genode::addr_t Genode::stack_area_virtual_base() { return 0xa0000000UL; }