Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/odroid Remove KASSERT that bugs compilation



details:   https://anonhg.NetBSD.org/src/rev/572ccaa8c490
branches:  trunk
changeset: 802678:572ccaa8c490
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri Sep 26 19:03:24 2014 +0000

description:
Remove KASSERT that bugs compilation

diffstat:

 sys/arch/evbarm/odroid/odroid_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 400d5d18add7 -r 572ccaa8c490 sys/arch/evbarm/odroid/odroid_machdep.c
--- a/sys/arch/evbarm/odroid/odroid_machdep.c   Fri Sep 26 18:59:29 2014 +0000
+++ b/sys/arch/evbarm/odroid/odroid_machdep.c   Fri Sep 26 19:03:24 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: odroid_machdep.c,v 1.36 2014/09/26 18:59:29 reinoud Exp $ */
+/*     $NetBSD: odroid_machdep.c,v 1.37 2014/09/26 19:03:24 reinoud Exp $ */
 
 /*
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: odroid_machdep.c,v 1.36 2014/09/26 18:59:29 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: odroid_machdep.c,v 1.37 2014/09/26 19:03:24 reinoud Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_exynos.h"
@@ -110,7 +110,6 @@
 
 extern const int num_exynos_uarts_entries;
 extern const struct sscom_uart_info exynos_uarts[];
-KASSERT(sizeof(struct sscom_uart_info) == 8);
 
 /* sanity checks for serial console */
 #ifndef CONSPEED



Home | Main Index | Thread Index | Old Index