Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2001 09:50:16 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 swtch.s
Message-ID:  <200110251650.f9PGoGC55656@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/10/25 09:50:16 PDT

  Modified files:
    sys/i386/i386        swtch.s 
  Log:
  - Fix typo in comment from previous revision.
  - Fix a bug in the LDT changes where the wrong argument was passed to
    set_user_ldt() from cpu_switch().  The bug was passing a pointer to the
    ldt, but set_user_ldt() takes a pointer to the process' mdproc structure.
  
  Submitted by:	bde
  
  Revision  Changes    Path
  1.120     +4 -3      src/sys/i386/i386/swtch.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?200110251650.f9PGoGC55656>