diff options
Diffstat (limited to 'device/net_io.c')
-rw-r--r-- | device/net_io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device/net_io.c b/device/net_io.c index 71d92b46..b565aa3f 100644 --- a/device/net_io.c +++ b/device/net_io.c @@ -1494,6 +1494,7 @@ net_io_init() size = sizeof(struct net_rcv_port); net_rcv_zone = zinit(size, + 0, size * 1000, PAGE_SIZE, FALSE, @@ -1501,6 +1502,7 @@ net_io_init() size = sizeof(struct net_hash_entry); net_hash_entry_zone = zinit(size, + 0, size * 100, PAGE_SIZE, FALSE, |