diff options
author | Greentime Hu <greentime@andestech.com> | 2017-10-25 10:31:28 +0800 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2018-02-22 10:44:33 +0800 |
commit | 3172c605eb3b611f118ff08e60b50e08bfdcc2a6 (patch) | |
tree | 74e312fde9f74382524e987a9bcb9eb0fab18fe1 /arch/nds32/include/uapi/asm/param.h | |
parent | 80081b33910f417310921430dbfb5c8bf20e86aa (diff) |
nds32: ELF definitions
This patch adds definitions for the ELF format, relocation types, vdso
locations and EXEC_PAGESIZE.
Signed-off-by: Vincent Chen <vincentc@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/nds32/include/uapi/asm/param.h')
-rw-r--r-- | arch/nds32/include/uapi/asm/param.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/nds32/include/uapi/asm/param.h b/arch/nds32/include/uapi/asm/param.h new file mode 100644 index 000000000000..e3fb723ee362 --- /dev/null +++ b/arch/nds32/include/uapi/asm/param.h @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (C) 2005-2017 Andes Technology Corporation + +#ifndef __ASM_NDS32_PARAM_H +#define __ASM_NDS32_PARAM_H + +#define EXEC_PAGESIZE 8192 + +#include <asm-generic/param.h> + +#endif /* __ASM_NDS32_PARAM_H */ |