From owner-cvs-all Fri May 26 23:25:40 2000 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 1AF6437BA0E; Fri, 26 May 2000 23:25:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA96351; Fri, 26 May 2000 23:25:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200005270625.XAA96351@freefall.freebsd.org> From: John Baldwin Date: Fri, 26 May 2000 23:25:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mpboot.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/05/26 23:25:36 PDT Modified files: sys/i386/i386 mpboot.s Log: - Remove unnecessary 'data32' and 'addr32' prefixes and #define's. - Go ahead and use 'lgdt' again instead of hand-assembling the instruction. During testing this code worked fine. If for some reason a 32-bit offset is needed, 'lgdtl' should be used instead of reverting to manual machine code. Tested by: peter Revision Changes Path 1.15 +2 -11 src/sys/i386/i386/mpboot.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message