Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/pic enlarge pic_name[] from 14 to 16. bcm2835_i...



details:   https://anonhg.NetBSD.org/src/rev/1ccf0a1f5f1c
branches:  trunk
changeset: 449877:1ccf0a1f5f1c
user:      ryo <ryo%NetBSD.org@localhost>
date:      Wed Mar 27 07:29:29 2019 +0000

description:
enlarge pic_name[] from 14 to 16. bcm2835_intr.c@1.20 used to the limit.
(sizeof struct pic_softc was not changed. it's just same as padding)

diffstat:

 sys/arch/arm/pic/picvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 47f1e9caa8bf -r 1ccf0a1f5f1c sys/arch/arm/pic/picvar.h
--- a/sys/arch/arm/pic/picvar.h Wed Mar 27 06:56:37 2019 +0000
+++ b/sys/arch/arm/pic/picvar.h Wed Mar 27 07:29:29 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: picvar.h,v 1.22 2018/11/16 15:06:22 jmcneill Exp $     */
+/*     $NetBSD: picvar.h,v 1.23 2019/03/27 07:29:29 ryo Exp $  */
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -149,7 +149,7 @@
        percpu_t *pic_percpu;
        uint8_t pic_id;
        int pic_irqbase;
-       char pic_name[14];
+       char pic_name[16];
 };
 
 struct pic_ops {



Home | Main Index | Thread Index | Old Index