Define __HAVE_CPU_UAREA_ALLOC_IDLELWP
This commit is contained in:
parent
5b47aec0ca
commit
75d298ab97
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.armadaxp,v 1.3 2014/03/29 15:02:00 matt Exp $
|
||||
# $NetBSD: std.armadaxp,v 1.4 2017/07/01 09:26:51 skrll Exp $
|
||||
#
|
||||
# standard NetBSD/evbarm for ARMADAXP options
|
||||
|
||||
|
@ -14,6 +14,7 @@ options EXEC_SCRIPT
|
|||
options ARM32
|
||||
options __HAVE_FAST_SOFTINTS # should be in types.h
|
||||
options __HAVE_PCI_CONF_HOOK # should be in types.h
|
||||
options __HAVE_CPU_UAREA_ALLOC_IDLELWP
|
||||
|
||||
|
||||
# Build for armv7-a, soft-floats only
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.awin,v 1.9 2015/12/19 13:28:22 skrll Exp $
|
||||
# $NetBSD: std.awin,v 1.10 2017/07/01 09:26:51 skrll Exp $
|
||||
#
|
||||
# standard NetBSD/evbarm for Allwinner based options
|
||||
|
||||
|
@ -12,6 +12,7 @@ include "arch/evbarm/conf/files.awin"
|
|||
options MODULAR
|
||||
options MODULAR_DEFAULT_AUTOLOAD
|
||||
options __HAVE_CPU_COUNTER
|
||||
options __HAVE_CPU_UAREA_ALLOC_IDLELWP
|
||||
options CORTEX_PMC
|
||||
options __HAVE_FAST_SOFTINTS # should be in types.h
|
||||
options ARM_HAS_VBAR
|
||||
|
|
Loading…
Reference in New Issue