Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/rpi Added __packed in a couple of places to ...



details:   https://anonhg.NetBSD.org/src/rev/6f3a540156c4
branches:  trunk
changeset: 786145:6f3a540156c4
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Apr 17 06:12:42 2013 +0000

description:
Added __packed in a couple of places to help AEABI

diffstat:

 sys/arch/evbarm/rpi/vcprop.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 9a62ba5c26b1 -r 6f3a540156c4 sys/arch/evbarm/rpi/vcprop.h
--- a/sys/arch/evbarm/rpi/vcprop.h      Wed Apr 17 04:36:27 2013 +0000
+++ b/sys/arch/evbarm/rpi/vcprop.h      Wed Apr 17 06:12:42 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vcprop.h,v 1.7 2013/01/08 15:07:32 jmcneill Exp $      */
+/*     $NetBSD: vcprop.h,v 1.8 2013/04/17 06:12:42 skrll Exp $ */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -125,12 +125,12 @@
 struct vcprop_tag_macaddr {
        struct vcprop_tag tag;
        uint64_t addr;
-};
+} __packed;
 
 struct vcprop_tag_boardserial {
        struct vcprop_tag tag;
        uint64_t sn;
-};
+} __packed;
 
 #define        VCPROP_CLK_EMMC         1
 #define        VCPROP_CLK_UART         2



Home | Main Index | Thread Index | Old Index