NetBSD/sys/arch/powerpc
he aafdb08c5a Fix the various todr_gettime() and todr_settime() fallouts from
-Wcast-qual differently, by instead changing the signatore of those
"functions" to take a "volatile struct timeval*" instead of a
"struct timeval*".  Many places, these functions are called with
&time, and time is declared as volatile in <sys/kernel.h>.  This
way we can get rid of all the ugly casts which now also triggered
warnings, and caused more code to be added to work around the
problem.

Reviewed by thorpej.
2005-06-04 20:14:24 +00:00
..
conf Remove the hack to compile oea/pmap.c with -Wno-cast-qual, and instead 2005-06-02 14:35:08 +00:00
fpu Appease -Wcast-qual 2005-06-03 11:55:34 +00:00
ibm4xx Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
include Include <sys/cdefs.h> for __signed; related to lib/30072. 2005-05-25 20:58:00 +00:00
isa Add powerpc-specific isa and isadma machdep code. (Merge common code from 2003-10-19 03:19:32 +00:00
marvell Appease -Wshadow. 2005-06-03 11:20:06 +00:00
oea Remove the hack to compile oea/pmap.c with -Wno-cast-qual, and instead 2005-06-02 14:35:08 +00:00
powerpc Appease -Wcast-qual for the IBM4XX case. 2005-06-03 11:40:25 +00:00
tools/chrpicon __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
Makefile Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea). 2003-02-03 17:09:53 +00:00