NetBSD/sys/arch/powerpc/include
simonb 6a511e05e2 Be consistent with limit constants:
- use "U" suffix for unsigned constants
 - use "L" suffix for long constants
 - use "UL" suffix for unsigned long constants
 - use hexadecimal instead of decimal

Fixes build problems with vi (now that warnings/errors are enabled) on
mips, powerpc and arm platforms.
2001-05-04 15:12:32 +00:00
..
Makefile PPC machine type tags haven't been used for a while. 2001-05-03 13:11:24 +00:00
altivec.h Add AltiVec VSCR definitions. 2000-11-19 20:41:04 +00:00
ansi.h replace 'long long' with int64_t to compile stand alone program with 2001-01-03 10:08:55 +00:00
aout_machdep.h De-lint. Reviewed by christos. 2001-02-09 15:54:18 +00:00
asm.h Add a WEAK_ALIAS() macro. 2000-06-23 12:18:45 +00:00
bat.h
bswap.h
cdefs.h
cpu.h
db_machdep.h uvm/uvm_inherit.h was removed. 2000-08-02 09:06:56 +00:00
elf_machdep.h Move dl* function definitions to libc on ELF. 2000-04-02 15:35:47 +00:00
endian.h
endian_machdep.h
float.h
fpu.h Build with -Wall -Wetc. 2001-02-04 17:38:10 +00:00
frame.h
hid.h powerpc HID registers definitions (only HID0 for now). 2000-11-09 11:49:13 +00:00
hid_601.h
ieee.h
ieeefp.h
int_const.h Add definitions of C99 integer constant macros. 2001-04-14 22:38:33 +00:00
int_fmtio.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_limits.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_mwgwtypes.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_types.h * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
ipkdb.h
kcore.h
limits.h Be consistent with limit constants: 2001-05-04 15:12:32 +00:00
lock.h Clear the reservation in __cpu_simple_lock_try even if it failed to lock. 2000-07-08 04:36:56 +00:00
math.h
openpic.h Tsubai has convinced me that openpic_init() should remain machine-dependant 2001-02-05 19:22:23 +00:00
openpicreg.h Tsubai has convinced me that openpic_init() should remain machine-dependant 2001-02-05 19:22:23 +00:00
param.h raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
pcb.h Avoid nesting structure declarations, where the nested structur is used at 2001-04-30 15:30:39 +00:00
pio.h Share a single pio.h instead of having 4 nearly-identical copies. 2001-02-05 19:33:54 +00:00
pmap.h Undo a misguided previous change to the pmap_update() API. 2001-04-22 23:19:26 +00:00
proc.h
profile.h Make kernel profiling work. 2000-04-18 17:06:01 +00:00
psl.h Add AltiVec VEC bit. 2000-11-19 19:52:37 +00:00
pte.h
ptrace.h Add PT_GETFPREGS and PT_SETFPREGS support. 2000-06-04 09:30:43 +00:00
reg.h Add comments and AltiVec reg state. 2000-11-23 02:35:10 +00:00
reloc.h
rnd.h Add cpu_counter(). 2000-06-11 16:32:42 +00:00
setjmp.h
signal.h
stdarg.h
trap.h Thermal Management Interrupt is available on 750, too. 2000-11-20 15:16:04 +00:00
types.h * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
varargs.h