aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/acpica
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-07-29 16:41:21 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-07-29 16:41:21 +0000
commit39381048f069aa0fe5802b62cd71ba5109f0aea5 (patch)
treee04876eaf5175cb1ac84b93775f340717b2c521b /sys/amd64/acpica
parent9e7839f6328cbab2a6548d521b3a65790c572a12 (diff)
downloadsrc-39381048f069aa0fe5802b62cd71ba5109f0aea5.tar.gz
src-39381048f069aa0fe5802b62cd71ba5109f0aea5.zip
Rename PCB_USER_FPU to PCB_USERFPU not to clash with a macro from fpu.h.
Notes
Notes: svn path=/head/; revision=210614
Diffstat (limited to 'sys/amd64/acpica')
-rw-r--r--sys/amd64/acpica/acpi_switch.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/acpica/acpi_switch.S b/sys/amd64/acpica/acpi_switch.S
index 57a3aa8b05de..2ce5c0212a36 100644
--- a/sys/amd64/acpica/acpi_switch.S
+++ b/sys/amd64/acpica/acpi_switch.S
@@ -156,7 +156,7 @@ ENTRY(acpi_restorecpu)
movq PCPU(FPCURTHREAD), %rax
testq %rax, %rax
je 1f
- fxrstor WAKEUP_PCB(USER_FPU)
+ fxrstor WAKEUP_PCB(USERFPU)
1:
/* Restore CR0 with FPU mode. */