Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm state struct...
details: https://anonhg.NetBSD.org/src/rev/b8bfeda5e375
branches: trunk
changeset: 977868:b8bfeda5e375
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Tue Nov 03 12:04:56 2020 +0000
description:
state struct should use fixed size types. NFCI.
diffstat:
sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 60f26d10462f -r b8bfeda5e375 sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.h
--- a/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.h Tue Nov 03 10:52:58 2020 +0000
+++ b/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.h Tue Nov 03 12:04:56 2020 +0000
@@ -371,7 +371,7 @@
REMOTE_EVENT_T recycle;
/* The slot_queue index where the next recycled slot will be written. */
- int slot_queue_recycle;
+ int32_t slot_queue_recycle;
/* This event should be signalled when a synchronous message is sent. */
REMOTE_EVENT_T sync_trigger;
Home |
Main Index |
Thread Index |
Old Index