mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
nova: remove specific stack area location
and use instead the generic one of base Fixes #3654
This commit is contained in:
parent
6e54cad44c
commit
cd1c0aace3
@ -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; }
|
Loading…
Reference in New Issue
Block a user