summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_process.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-10-21 22:14:00 +0000
committerdes <des@FreeBSD.org>2001-10-21 22:14:00 +0000
commit8cf224f4f00fc7f6d522b77fda68395daa503391 (patch)
tree4485c9c55557598453b2a7cf03b4f32566fa0fac /sys/kern/sys_process.c
parent90be41ff5d2f1e88a4cf1d9a36a241a2dc159e7a (diff)
downloadFreeBSD-src-8cf224f4f00fc7f6d522b77fda68395daa503391.zip
FreeBSD-src-8cf224f4f00fc7f6d522b77fda68395daa503391.tar.gz
{set,fill}_{,fp,db}regs() fixup:
- Add dummy {set,fill}_dbregs() on architectures that don't have them. - KSEfy the powerpc versions (struct proc -> struct thread). - Some architectures had the prototypes in md_var.h, some in reg.h, and some in both; for consistency, move them to reg.h on all platforms. These functions aren't really MD (the implementation is MD, but the interface is MI), so they should move to an MI header, but I haven't figured out which {set,fill}_{,fp,db}regs() fixup: - Add dummy {set,fill}_dbregs() on architectures that don't have them. - KSEfy the powerpc versions (struct proc -> struct thread). - Some architectures had the prototypes in md_var.h, some in reg.h, and some in both; for consistency, move them to reg.h on all platforms. These functions aren't really MD (the implementation is MD, but the interface is MI), so they should move to an MI header, but I haven't figured out which one yet. Run-tested on i386, build-tested on Alpha, untested on other platforms.
Diffstat (limited to 'sys/kern/sys_process.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud