History log of /netbsd-src/sys/arch/ofppc/include/powerpc.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 02cdf4d2 14-Mar-2009 dsl <dsl@NetBSD.org>

Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# dc2f2fbe 23-Oct-2004 thorpej <thorpej@NetBSD.org>

Centralize the declaration of booted_device and booted_partition.


# 1135d132 21-Sep-2002 chs <chs@NetBSD.org>

remove protos for non-existant functions.


# c9aff328 01-Jun-2000 matt <matt@NetBSD.org>

Make booted_device global (and booted_parition for consitency).
Eliminate it from header files and other extern definitions.


# 4fa399d4 26-Aug-1998 sakamoto <sakamoto@NetBSD.org>

vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_t


# 1a0f586e 31-Jan-1997 thorpej <thorpej@NetBSD.org>

Declare booted_device and booted_partition as "extern".


# 5804d3f6 30-Sep-1996 ws <ws@NetBSD.org>

PowerPC port