1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/arch
janwas 98770fa4cc # fix race conditions in ModuleInit and related cleanup.
CAS: uintptr_t->intptr_t to allow use of both cpu_CAS and cpu_AtomicAdd
topology: remove non-thread safe caching, expose ApicIds, use ModuleInit
x86_x64: use ModuleInit instead of unsafe static flags; zero-init regs
instead of just setting ecx
ModuleInitState now holds the LibError returned by the init callback (so
that the second init doesn't appear to succeed despite the first
failing)
wnuma: cleanup, add ACPI SLIT relative distance detection

This was SVN commit r7741.
2010-07-12 12:57:58 +00:00
..
amd64 # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
ia32 # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
x86_x64 # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00