Date: Wed, 25 Aug 1999 16:42:03 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa apic_ipl.s Message-ID: <199908252342.QAA40359@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/08/25 16:42:03 PDT Modified files: sys/i386/isa apic_ipl.s Log: It would help if things that MUST be 32 bit aligned were really 32 bit aligned. If I recall correctly, this is to ensure apic_imen can be accessed in a single bus cycle. Also, use TEXT_ALIGN rather than a .align 2 (which means 2 byte align on ELF and 4 byte align on a.out) Revision Changes Path 1.26 +3 -3 src/sys/i386/isa/apic_ipl.s 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?199908252342.QAA40359>