Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 07:56:03 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 support.S
Message-ID:  <200405231456.i4NEu31H083840@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2004/05/23 07:56:03 PDT

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      support.S 
  Log:
  Spell "retq" as "ret" in pagezero() like it is everywhere, else so
  that the usual macro for "ret" hides the detail of calling .mexitcount
  before returning.
  
  Fixed missing call to .mexitcount in lgdt().  This was missing on
  i386's, mainly because lgdt() uses lret[q] insted of ret.  This is
  very unimportant since lgdt() is not (normally?) called until after
  profiling is initialized.
  
  Revision  Changes    Path
  1.111     +2 -1      src/sys/amd64/amd64/support.S



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