Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/marvell ksyms_init() happens in main() now.



details:   https://anonhg.NetBSD.org/src/rev/2cc19f8ddf23
branches:  trunk
changeset: 761592:2cc19f8ddf23
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Feb 01 22:36:41 2011 +0000

description:
ksyms_init() happens in main() now.

diffstat:

 sys/arch/evbarm/marvell/marvell_machdep.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r ca2fc79f66ee -r 2cc19f8ddf23 sys/arch/evbarm/marvell/marvell_machdep.c
--- a/sys/arch/evbarm/marvell/marvell_machdep.c Tue Feb 01 21:44:27 2011 +0000
+++ b/sys/arch/evbarm/marvell/marvell_machdep.c Tue Feb 01 22:36:41 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: marvell_machdep.c,v 1.1 2010/10/03 06:03:10 kiyohara Exp $ */
+/*     $NetBSD: marvell_machdep.c,v 1.2 2011/02/01 22:36:41 jakllsch Exp $ */
 /*
  * Copyright (c) 2007, 2008, 2010 KIYOHARA Takashi
  * All rights reserved.
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: marvell_machdep.c,v 1.1 2010/10/03 06:03:10 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: marvell_machdep.c,v 1.2 2011/02/01 22:36:41 jakllsch Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_ddb.h"
@@ -752,11 +752,6 @@
        }
 #endif
 
-#if NKSYMS || defined(DDB) || defined(LKM)
-       /* Firmware doesn't load symbols. */
-       ksyms_init();
-#endif
-
 #ifdef DDB
        db_machine_init();
        if (boothowto & RB_KDB)



Home | Main Index | Thread Index | Old Index