Deleted Added
full compact
82c82
< __FBSDID("$FreeBSD: head/sys/powerpc/booke/machdep.c 187149 2009-01-13 15:41:58Z raj $");
---
> __FBSDID("$FreeBSD: head/sys/powerpc/booke/machdep.c 189100 2009-02-27 12:08:24Z raj $");
809d808
< u_int reg;
811,814d809
< reg = mfspr(SPR_DBCR0);
< reg |= DBCR0_IC | DBCR0_IDM;
< mtspr(SPR_DBCR0, reg);
<
816a812
> tf->cpu.booke.dbcr0 |= (DBCR0_IDM | DBCR0_IC);
826a823
> tf->cpu.booke.dbcr0 &= ~(DBCR0_IDM | DBCR0_IC);