kernel: increase some per-process privilege limits.
This commit is contained in:
parent
5a98cd3e92
commit
0194fe55dc
1 changed files with 3 additions and 3 deletions
|
@ -18,13 +18,13 @@
|
||||||
#include "type.h"
|
#include "type.h"
|
||||||
|
|
||||||
/* Max. number of I/O ranges that can be assigned to a process */
|
/* Max. number of I/O ranges that can be assigned to a process */
|
||||||
#define NR_IO_RANGE 32
|
#define NR_IO_RANGE 64
|
||||||
|
|
||||||
/* Max. number of device memory ranges that can be assigned to a process */
|
/* Max. number of device memory ranges that can be assigned to a process */
|
||||||
#define NR_MEM_RANGE 10
|
#define NR_MEM_RANGE 20
|
||||||
|
|
||||||
/* Max. number of IRQs that can be assigned to a process */
|
/* Max. number of IRQs that can be assigned to a process */
|
||||||
#define NR_IRQ 4
|
#define NR_IRQ 8
|
||||||
|
|
||||||
struct priv {
|
struct priv {
|
||||||
proc_nr_t s_proc_nr; /* number of associated process */
|
proc_nr_t s_proc_nr; /* number of associated process */
|
||||||
|
|
Loading…
Reference in a new issue