1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/amd64
Poul-Henning Kamp 91f1c2b3cc Split the global timezone structure into two integer fields to
prevent the compiler from optimizing assignments into byte-copy
operations which might make access to the individual fields non-atomic.

Use the individual fields throughout, and don't bother locking them with
Giant: it is no longer needed.

Inspired by:    tjr
2003-02-03 19:49:35 +00:00
..
acpica Export the physical address of the RSDP to userland by means 2002-12-18 08:47:07 +00:00
amd64 Split the global timezone structure into two integer fields to 2003-02-03 19:49:35 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Put replace spaces with tabs in keeping with the rest of the file. 2003-02-01 18:45:18 +00:00
ia32 Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. 2003-01-21 08:56:16 +00:00
include Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
isa Split the global timezone structure into two integer fields to 2003-02-03 19:49:35 +00:00
pci Outdent the string rather than use concatenation. 2002-12-23 22:12:17 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00