On Thu, Mar 29, 2001 at 01:44:52PM -0700, Brady Brown wrote: > I pulled the CVS tip yesterday and had problems building it for ATLAS > because of the changes to the set_cp0_config arguments. Patch below to > arch/mips/mm/mips32.c of how I fixed this. I think this is the intended > new use? No, set_cp0_status only sets bits, clear_cp0_status clears bits, change_cp0_status is the old set_cp0_status function. I fixed this in CVS. Ralf