aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-parisc/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-parisc/resource.h')
-rw-r--r--include/asm-parisc/resource.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-parisc/resource.h b/include/asm-parisc/resource.h
new file mode 100644
index 000000000000..8b06343b62ed
--- /dev/null
+++ b/include/asm-parisc/resource.h
@@ -0,0 +1,7 @@
+#ifndef _ASM_PARISC_RESOURCE_H
+#define _ASM_PARISC_RESOURCE_H
+
+#define _STK_LIM_MAX 10 * _STK_LIM
+#include <asm-generic/resource.h>
+
+#endif