freebsd-nq/sys/powerpc/include
Marcel Moolenaar a36bdc0606 Introduce the cpumask_t type. The purpose of the type is to create a
level of abstraction for any and all CPU mask and CPU bitmap variables
so that platforms have the ability to break free from the hard limit
of 32 CPUs, simply because we don't have more bits in an u_int. Note
that the type is not supposed to solve massive parallelism, where
the number of CPUs can be larger than the width of the widest integral
type. As such, cpumask_t is not supposed to be a compound type. If
such would be necessary in the future, we can deal with the issues
then and there. For now, it can be assumed that the type is integral
and unsigned.

With this commit, all MD definitions start off as u_int. This allows
us to phase-in cpumask_t at our leasure without breaking anything.
Once cpumask_t is used consistently, platforms can switch to wider
(or smaller) types if such would be beneficial (or not; whatever :-)

Compile-tested on: i386
2004-03-20 20:41:40 +00:00
..
_inttypes.h
_limits.h
_stdint.h
_types.h Introduce the cpumask_t type. The purpose of the type is to create a 2004-03-20 20:41:40 +00:00
asm.h
atomic.h
bat.h
bootinfo.h
bus_memio.h
bus_pio.h
bus.h
clock.h
cpu.h
cpufunc.h
critical.h Fix syntax errors and wrong function prototypes in several MD header 2004-03-05 09:19:59 +00:00
db_machdep.h
elf.h
endian.h
exec.h
float.h Update 128-bit long double constants to match what is expected 2004-01-21 04:56:39 +00:00
floatingpoint.h Add sys file required for IEEE fp functions. 2004-02-12 09:12:11 +00:00
fpu.h
frame.h
hid.h Definitions for MPC7457 CPU type and HID0 bits 2004-02-09 00:12:50 +00:00
ieee.h
ieeefp.h
in_cksum.h
interruptvar.h
intr_machdep.h Interrupt statistics, vmstat -i now works. 2004-02-11 13:18:31 +00:00
intr.h
ipl.h
limits.h
md_var.h
metadata.h
mutex.h
nexusvar.h
ofw_machdep.h
openpicreg.h
openpicvar.h Make the OpenPic driver bus-independent, with attachments for 2004-01-13 11:24:36 +00:00
param.h Cleaned up param.h: 2004-02-11 07:27:34 +00:00
pcb.h
pcpu.h Move temporary register save area from exception-vector memory to 2004-02-04 12:56:15 +00:00
pio.h
pmap.h Cleaned up param.h: 2004-02-11 07:27:34 +00:00
powerpc.h
proc.h
profile.h
psl.h
pte.h
ptrace.h
reg.h
reloc.h
resource.h
runq.h
sc_machdep.h A syscons implementation using the 8-bit framebuffer set up by 2004-01-21 05:16:23 +00:00
setjmp.h
sf_buf.h
sigframe.h
signal.h
smp.h
spr.h Definitions for MPC7457 CPU type and HID0 bits 2004-02-09 00:12:50 +00:00
sr.h Increase kernel VA from 256Mb to 512Mb by shifting the segment used 2004-03-02 06:49:21 +00:00
stdarg.h
trap.h
ucontext.h Kernel changes for libthr (and probably libpthread). 2004-03-02 06:13:09 +00:00
varargs.h
vmparam.h Increase kernel VA from 256Mb to 512Mb by shifting the segment used 2004-03-02 06:49:21 +00:00