mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 09:28:35 +08:00
Add hogticks
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user