mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
7a8998c9d8
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>
25 lines
559 B
Makefile
25 lines
559 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generic-y += compat.h
|
|
generic-y += current.h
|
|
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
|
|
generic-y += local64.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += mmiowb.h
|
|
generic-y += msi.h
|
|
generic-y += parport.h
|
|
generic-y += preempt.h
|
|
generic-y += seccomp.h
|
|
generic-y += serial.h
|
|
generic-y += simd.h
|
|
generic-y += trace_clock.h
|
|
|
|
generated-y += mach-types.h
|
|
generated-y += unistd-nr.h
|