From owner-cvs-all Wed Aug 25 16:44:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 059ED14C49; Wed, 25 Aug 1999 16:44:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA40359; Wed, 25 Aug 1999 16:42:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199908252342.QAA40359@freefall.freebsd.org> From: Peter Wemm Date: Wed, 25 Aug 1999 16:42:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa apic_ipl.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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