David van Moolenbroek ff542f0b27 atl2: prevent compiler memory access misordering
While no problems have been observed in practice yet, modern compilers
may reorder memory access operations, and that could lead to problems
with memory-mapped I/O typically done by drivers. This patch prevents
any potentially problematic reordering by the compiler in the ATL2
driver.

In addition, this patch removes a number of gcc/clang warnings.
2011-11-07 14:25:09 +01:00
2010-10-25 08:32:14 +00:00
2011-09-05 13:56:14 +00:00
2011-09-19 13:36:03 +00:00
2011-09-28 15:24:15 +00:00
2011-09-28 15:24:15 +00:00
2011-10-06 19:00:16 +00:00
2011-11-02 18:45:08 +01:00
2011-09-28 15:24:15 +00:00
2011-09-28 15:24:15 +00:00
2011-11-06 19:15:12 +01:00
2011-09-28 15:24:15 +00:00
2011-10-06 18:54:08 +00:00
2011-11-02 18:46:06 +01:00
2011-09-28 15:24:15 +00:00
2010-01-21 10:16:05 +00:00
2011-09-28 15:24:15 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%