diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-05-22 13:19:22 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-05-22 13:19:22 +0000 |
| commit | 0228ea4e0b1f424fb8b75704284cfb1c6ecb8f27 (patch) | |
| tree | bb850d4f1ca8bdf4d4ce47c766ee964f96c5a016 /sys/amd64/include | |
| parent | aecf4d561be2133f7e49386468451810bd9c055d (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/cpufunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h index e0b7c996071dd..47f3b7650bffc 100644 --- a/sys/amd64/include/cpufunc.h +++ b/sys/amd64/include/cpufunc.h @@ -561,7 +561,7 @@ load_dr7(u_int sel) } static __inline void -cpu_pause(void) +pause(void) { __asm __volatile("pause"); } |
