Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux.config: Use 100 Hz as timer tick rate
As most targets are slow FPGA boards, a high timer tick rate is problematic as it results in a high interrupt load. This is especially true for multi-core systems as every core receives HZ many timer interrupts.
- Loading branch information