summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
diff options
context:
space:
mode:
authorAndy Lutomirski2019-06-27 06:46:18 +0200
committerPaul Walmsley2019-07-01 22:13:36 +0200
commit556024d41f39ce23809178dd81e1f95802ae7d94 (patch)
treeeb9c7c761bf0006c8d1bfcfe7906cf5bc27ea641 /arch/riscv/include
parentMAINTAINERS: change the arch/riscv git tree to the new shared tree (diff)
downloadkernel-qcow2-linux-556024d41f39ce23809178dd81e1f95802ae7d94.tar.gz
kernel-qcow2-linux-556024d41f39ce23809178dd81e1f95802ae7d94.tar.xz
kernel-qcow2-linux-556024d41f39ce23809178dd81e1f95802ae7d94.zip
riscv: Remove gate area stubs
Since commit a6c19dfe3994 ("arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area"), which predates riscv's inclusion in Linux by almost three years, the default behavior wrt the gate area is sane. Remove riscv's gate area stubs. Cc: Palmer Dabbelt <palmer@dabbelt.com> Cc: Albert Ou <aou@eecs.berkeley.edu> Cc: linux-riscv@lists.infradead.org Signed-off-by: Andy Lutomirski <luto@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Diffstat (limited to 'arch/riscv/include')
-rw-r--r--arch/riscv/include/asm/page.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/riscv/include/asm/page.h b/arch/riscv/include/asm/page.h
index 8ddb6c7fedac..d3e5f6c0c21a 100644
--- a/arch/riscv/include/asm/page.h
+++ b/arch/riscv/include/asm/page.h
@@ -115,8 +115,4 @@ extern unsigned long min_low_pfn;
#include <asm-generic/memory_model.h>
#include <asm-generic/getorder.h>
-/* vDSO support */
-/* We do define AT_SYSINFO_EHDR but don't use the gate mechanism */
-#define __HAVE_ARCH_GATE_AREA
-
#endif /* _ASM_RISCV_PAGE_H */