On Friday 17 April 2009 15:30:45 John Linn wrote: > We think that we still need that conditional as the code is not Oring in the enable such that it would > disable external debug mode for the BDI. But we need it this way for our Xilinx pod. > > #if !defined(CONFIG_BDI_SWITCH) > /* > * The Abatron BDI JTAG debugger does not tolerate others > * mucking with the debug registers. > */ > lis r2,dbcr0_...@h > mtspr SPRN_DBCR0,r2 > isync > /* clear any residual debug events */ > li r2,-1 > mtspr SPRN_DBSR,r2 > #endif
So change the code to OR in your bits. What's the problem? -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev