Skip to content

Commit

Permalink
reduce I/O priorities to avoid starving network threads
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacy committed Dec 1, 2009
1 parent cd91a62 commit fc961aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/cddl/compat/opensolaris/sys/proc.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
#ifdef _KERNEL

#define CPU curcpu
#define minclsyspri PRIBIO
#define maxclsyspri PVM
#define maxclsyspri PRIBIO
#define minclsyspri PVFS
#define max_ncpus mp_ncpus
#define boot_max_ncpus mp_ncpus

Expand Down

0 comments on commit fc961aa

Please sign in to comment.