freebsd-dev/lib/libkse/arch/powerpc
Marcel Moolenaar 4c91d168a7 The ucontext is 16-byte aligned, which means that struct tcb is
16-byte aligned. Consequently, struct tcb is a multiple of 16
bytes in size. We need to make sure there's no padding after
struct ppc32_tp. We do this by explicitly adding the necessary
padding in front of it.
2006-09-01 19:13:36 +00:00
..
include The ucontext is 16-byte aligned, which means that struct tcb is 2006-09-01 19:13:36 +00:00
powerpc Stylize. Introduce ppc_{get|set}_tp() and ppc_{get|set}_tcb() to 2006-09-01 17:52:13 +00:00
Makefile.inc