diff options
author | Christoph Hellwig <hch@lst.de> | 2019-06-13 10:08:59 +0300 |
---|---|---|
committer | Greg Ungerer <gerg@kernel.org> | 2019-06-24 02:16:47 +0300 |
commit | 7a8998c9d830b59626e049a827678ba444fcf8e2 (patch) | |
tree | e49c18fba9af2e182f1675ebb8025dcbb1277da6 /arch/arm/include/asm/Kbuild | |
parent | cf9a566c2c06ac34425c4faf6d32ac55ddbeea7a (diff) | |
download | linux-7a8998c9d830b59626e049a827678ba444fcf8e2.tar.xz |
binfmt_flat: provide an asm-generic/flat.h
This file implements the flat get/put reloc helpers for architectures
that do not need to overload the relocs by simply using get_user/put_user.
Note that many nommu architectures currently use {get,put}_unaligned, which
looks a little bogus and should probably later be switched over to this
version as well.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/arm/include/asm/Kbuild')
-rw-r--r-- | arch/arm/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild index a8f149ab45b8..6b2dc15b6dff 100644 --- a/arch/arm/include/asm/Kbuild +++ b/arch/arm/include/asm/Kbuild @@ -5,6 +5,7 @@ generic-y += early_ioremap.h generic-y += emergency-restart.h generic-y += exec.h generic-y += extable.h +generic-y += flat.h generic-y += irq_regs.h generic-y += kdebug.h generic-y += local.h |