block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server
[qemu/ericb.git] / linux-user / mips / target_resource.h
blob6d131b041db9c801a047f7c6dc59e564fa9932c5
1 #ifndef MIPS_TARGET_RESOURCE_H
2 #define MIPS_TARGET_RESOURCE_H
4 #include "../generic/target_resource.h"
6 #undef TARGET_RLIM_INFINITY
7 #define TARGET_RLIM_INFINITY 0x7fffffffUL
9 #undef TARGET_RLIMIT_NOFILE
10 #define TARGET_RLIMIT_NOFILE 5
12 #undef TARGET_RLIMIT_AS
13 #define TARGET_RLIMIT_AS 6
15 #undef TARGET_RLIMIT_RSS
16 #define TARGET_RLIMIT_RSS 7
18 #undef TARGET_RLIMIT_NPROC
19 #define TARGET_RLIMIT_NPROC 8
21 #undef TARGET_RLIMIT_MEMLOCK
22 #define TARGET_RLIMIT_MEMLOCK 9
24 #endif