David Wuertele wrote: > I think I might not need the CEVT components... I'm going to look into that > next. But I wish there was some easy to find documentation about why this > code had to be moved into the arch/mips/cevt-*.c and arch/mips/csrc-*.c > libraries. > The "architecture independent" common event timer infrastructure has the defects of being very poorly documented and (in my opinion) messier than it needs to be. But it has the virtue of making it straightforward to get tickless operation via CONFIG_NO_HZ, which improves both throughput and power consumption on most MIPS platforms. If you've got it working on your platform, keep it! Regards, Kevin K.