freebsd-src/sys/powerpc
David E. O'Brien 42f74b8ddf In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copy
(but keep it conditional on __ISO_C_VISIBLE >= 1999.

Why?  Our out /usr/src/contrib assumes it, and more than a few ports have
an autoconf that looks for __va_copy because it is available on glibc.
It is critical that we use it on PowerPC.  It generally isn't a problem
for i386 and its ilk because those platforms can get away with cheating
the C standard, using a plain assignment.
2004-07-06 07:47:09 +00:00
..
aim Correct pmap_extract()'s return type. It should be vm_paddr_t, not 2004-07-05 23:08:27 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Add option GEOM_GPT. This brings the ability to have a large number of 2004-05-02 20:40:19 +00:00
include In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copy 2004-07-06 07:47:09 +00:00
ofw Add 32-bit framebuffer support. Tested on PearPC at lo-res, too painful 2004-07-06 03:22:05 +00:00
powermac Catch up with __RMAN_RESOURCE_VISIBLE change 2004-07-01 07:59:08 +00:00
powerpc Correct pmap_extract()'s return type. It should be vm_paddr_t, not 2004-07-05 23:08:27 +00:00
psim Catch up with __RMAN_RESOURCE_VISIBLE change 2004-07-01 07:59:08 +00:00