Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Define __HAVE_GENERIC_START now that it...



details:   https://anonhg.NetBSD.org/src/rev/a9e9e85a9ef1
branches:  trunk
changeset: 445423:a9e9e85a9ef1
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Sun Oct 28 15:00:19 2018 +0000

description:
Define __HAVE_GENERIC_START now that it works; former startup files were
removed anyway...

diffstat:

 sys/arch/evbarm/conf/std.altera |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2afb25f08178 -r a9e9e85a9ef1 sys/arch/evbarm/conf/std.altera
--- a/sys/arch/evbarm/conf/std.altera   Sun Oct 28 14:59:17 2018 +0000
+++ b/sys/arch/evbarm/conf/std.altera   Sun Oct 28 15:00:19 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.altera,v 1.5 2018/10/18 09:01:54 skrll Exp $
+# $NetBSD: std.altera,v 1.6 2018/10/28 15:00:19 aymeric Exp $
 
 machine        evbarm  arm
 
@@ -15,6 +15,7 @@
 options        __HAVE_FAST_SOFTINTS
 options        __HAVE_CPU_COUNTER
 options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
+options        __HAVE_GENERIC_START
 options        __HAVE_MM_MD_DIRECT_MAPPED_PHYS
 options        __BUS_SPACE_HAS_STREAM_METHODS
 



Home | Main Index | Thread Index | Old Index