Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2000 23:25:36 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 mpboot.s
Message-ID:  <200005270625.XAA96351@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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