Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2002 22:55:11 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/pci tsunamireg.h src/sys/boot/ia64/skiload main.c src/sys/i386/include npx.h src/sys/ia64/include reg.h signal.h src/sys/sys cdefs.h
Message-ID:  <200209230555.g8N5tBCP031090@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/09/22 22:55:11 PDT

  Modified files:
    sys/alpha/pci        tsunamireg.h 
    sys/boot/ia64/skiload main.c 
    sys/i386/include     npx.h 
    sys/ia64/include     reg.h signal.h 
    sys/sys              cdefs.h 
  Log:
  At great personal risk, add a __packed and __aligned(x) define that
  expand to __attribute__((packed)) and __attribute__((aligned(x)))
  respectively.  Replace the handful of gcc-ism's that use
  __attribute__((aligned(16))) etc around the kernel with __aligned(16).
  
  There are over 400 __attribute__((packed)) to deal with, that can come
  later.  I just want to use __packed in new code rather than add more
  gcc-ism's.
  
  Revision  Changes    Path
  1.4       +1 -1      src/sys/alpha/pci/tsunamireg.h
  1.2       +1 -1      src/sys/boot/ia64/skiload/main.c
  1.26      +1 -1      src/sys/i386/include/npx.h
  1.11      +1 -1      src/sys/ia64/include/reg.h
  1.8       +1 -1      src/sys/ia64/include/signal.h
  1.63      +6 -0      src/sys/sys/cdefs.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209230555.g8N5tBCP031090>