summaryrefslogtreecommitdiffstats
path: root/arch/avr32/include/uapi/asm/param.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-10 12:34:45 +0100
committerDavid Howells <dhowells@redhat.com>2012-10-10 12:34:45 +0100
commit7190632b78de594f3dabe174e9df373bfc790d89 (patch)
treee81fa886e9dd3222c88c316af7aeb4858fd35f2b /arch/avr32/include/uapi/asm/param.h
parentdc44ce1e1e157ea0a8b256f42aa0425300a0435e (diff)
parent83b9d3a082a6e5281b5b5fc45337270d915af39d (diff)
Merge branch 'disintegrate-avr32' into disintegrate-misc-arches
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Diffstat (limited to 'arch/avr32/include/uapi/asm/param.h')
-rw-r--r--arch/avr32/include/uapi/asm/param.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/avr32/include/uapi/asm/param.h b/arch/avr32/include/uapi/asm/param.h
new file mode 100644
index 00000000000..d28aa5ee6d3
--- /dev/null
+++ b/arch/avr32/include/uapi/asm/param.h
@@ -0,0 +1,18 @@
+#ifndef _UAPI__ASM_AVR32_PARAM_H
+#define _UAPI__ASM_AVR32_PARAM_H
+
+
+#ifndef HZ
+# define HZ 100
+#endif
+
+/* TODO: Should be configurable */
+#define EXEC_PAGESIZE 4096
+
+#ifndef NOGROUP
+# define NOGROUP (-1)
+#endif
+
+#define MAXHOSTNAMELEN 64
+
+#endif /* _UAPI__ASM_AVR32_PARAM_H */