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/6270b5254943
branches: trunk
changeset: 997808:6270b5254943
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 6b1fb9ac46d1 -r 6270b5254943 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