Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2010 19:53:09 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/acpica acpi_switch.S acpi_wakeup.c src/sys/amd64/amd64 cpu_switch.S genassym.c mp_machdep.c
Message-ID:  <201007261953.o6QJrRAr099037@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-07-26 19:53:09 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/acpica     acpi_switch.S acpi_wakeup.c 
    sys/amd64/amd64      cpu_switch.S genassym.c mp_machdep.c 
  Log:
  SVN rev 210514 on 2010-07-26 19:53:09Z by jkim
  
  Re-implement FPU suspend/resume for amd64.  This removes superfluous uses
  of critical_enter(9) and critical_exit(9) by fpugetregs() and fpusetregs().
  Also, we do not touch PCB flags any more.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.6       +15 -1     src/sys/amd64/acpica/acpi_switch.S
  1.32      +0 -5      src/sys/amd64/acpica/acpi_wakeup.c
  1.173     +7 -0      src/sys/amd64/amd64/cpu_switch.S
  1.178     +1 -0      src/sys/amd64/amd64/genassym.c
  1.320     +2 -5      src/sys/amd64/amd64/mp_machdep.c



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