]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,
authorjhibbits <jhibbits@FreeBSD.org>
Mon, 18 Mar 2013 05:30:18 +0000 (05:30 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Mon, 18 Mar 2013 05:30:18 +0000 (05:30 +0000)
commit7b62f31cdf0ac5e5b9e97e38a21caf00e4897a45
treeed98c02f053007502714151382d6652f85f4b682
parentc1c3be94b5168f8fb3d5164cef52767192eb6505
Add FBT for PowerPC DTrace.  Also, clean up the DTrace assembly code,
much of which is not necessary for PowerPC.

The FBT module can likely be factored into 3 separate files: common,
intel, and powerpc, rather than duplicating most of the code between
the x86 and PowerPC flavors.

All DTrace modules for PowerPC will be MFC'd together once Fasttrap is
completed.
sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h
sys/cddl/dev/dtrace/powerpc/dtrace_asm.S
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
sys/cddl/dev/dtrace/powerpc/dtrace_subr.c
sys/cddl/dev/fbt/fbt_powerpc.c [new file with mode: 0644]
sys/modules/dtrace/Makefile
sys/modules/dtrace/dtraceall/dtraceall.c
sys/modules/dtrace/fbt/Makefile
sys/powerpc/aim/trap.c
sys/powerpc/aim/trap_subr32.S
sys/powerpc/aim/trap_subr64.S