Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/powerpc/include/kdb.h 170473 2007-06-09 21:55:17Z marcel $
---
> * $FreeBSD: head/sys/powerpc/include/kdb.h 176742 2008-03-02 17:05:57Z raj $
35a36
> #include <machine/spr.h>
37,41c38,39
< static __inline void
< kdb_cpu_clear_singlestep(void)
< {
< kdb_frame->srr1 &= ~PSL_SE;
< }
---
> void kdb_cpu_clear_singlestep(void);
> void kdb_cpu_set_singlestep(void);
44,49d41
< kdb_cpu_set_singlestep(void)
< {
< kdb_frame->srr1 |= PSL_SE;
< }
<
< static __inline void
51a44
>