Deleted Added
full compact
1c1
< /* $FreeBSD: stable/10/sys/powerpc/aim/trap_subr64.S 248457 2013-03-18 05:30:18Z jhibbits $ */
---
> /* $FreeBSD: stable/10/sys/powerpc/aim/trap_subr64.S 260670 2014-01-15 05:19:37Z jhibbits $ */
791c791
< bf 17,1f /* branch if privileged */
---
> bf 17,2f /* branch if privileged */
792a793
> 1:
801c802,803
< 1:
---
> 2:
> #ifdef KDTRACE_HOOKS
802a805,814
> mfsrr0 %r1
> mtsprg3 %r3
> lwz %r1,0(%r1)
> /* Check if it's a DTrace trap. */
> li %r3,0x0808
> addis %r3,%r3,0x7c81
> cmplw %cr0,%r3,%r1
> mfsprg3 %r3
> beq %cr0,1b
> #endif