Add hogticks

This commit is contained in:
Joel Sherrill
2012-04-04 16:31:31 -05:00
parent ed3790d482
commit 493efadb8b
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ int maxfiles = 7; /* XXX sys. wide open files limit */
int maxfilesperproc = 27; /* XXX per-proc open files limit */
int cold = 1; /* XXX Wasn't sure where to put this */
uintptr_t dpcpu_off[MAXCPU];
int hogticks = 2; /* hogticks = 2 * sched_quantum */
int
copyout(const void *kaddr, void *udaddr, size_t len)