Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/dev elroy regs don't need to be packed, makes...



details:   https://anonhg.NetBSD.org/src/rev/0e3d8a37db14
branches:  trunk
changeset: 770034:0e3d8a37db14
user:      chs <chs%NetBSD.org@localhost>
date:      Sat Oct 01 15:51:36 2011 +0000

description:
elroy regs don't need to be packed, makes this work with gcc 4.5.

diffstat:

 sys/arch/hp700/dev/elroyreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r de7cf587b386 -r 0e3d8a37db14 sys/arch/hp700/dev/elroyreg.h
--- a/sys/arch/hp700/dev/elroyreg.h     Sat Oct 01 15:51:17 2011 +0000
+++ b/sys/arch/hp700/dev/elroyreg.h     Sat Oct 01 15:51:36 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elroyreg.h,v 1.2 2009/04/30 07:01:26 skrll Exp $       */
+/*     $NetBSD: elroyreg.h,v 1.3 2011/10/01 15:51:36 chs Exp $ */
 
 /*     $OpenBSD: elroyreg.h,v 1.1 2007/05/21 22:43:38 kettenis Exp $   */
 
@@ -126,7 +126,7 @@
        uint32_t        pad850;
        uint64_t        res14[123];     /* 0x858 */
                                        /*0x1000 */
-} __packed;
+};
 
 /* APIC registers */
 #define        APIC_VERSION    0x01



Home | Main Index | Thread Index | Old Index