linux_dsm_epyc7002/arch/um/include/shared
Alexander Pateenok cca76c1ad6 um: remove uml initcalls
__uml_initcall() is not used and .uml.initcall.init section is empty:

$ grep -r '__uml_initcall('
arch/um/include/shared/init.h:#define __uml_initcall(fn)	\
$ readelf -s ../umobj/linux | grep __uml_initcall
 23214: 00000000603b75d8     0 NOTYPE  GLOBAL DEFAULT   32 __uml_initcall_start
 25337: 00000000603b75d8     0 NOTYPE  GLOBAL DEFAULT   32 __uml_initcall_end

So it is unnecessary.

Signed-off-by: Alexander Pateenok <pateenoc@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2018-06-10 22:49:14 +02:00
..
skas
aio.h
arch.h
as-layout.h
common-offsets.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
elf_user.h
frame_kern.h
init.h um: remove uml initcalls 2018-06-10 22:49:14 +02:00
irq_kern.h
irq_user.h Epoll based IRQ controller 2018-02-19 19:38:51 +01:00
kern_util.h
kern.h
longjmp.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mem_user.h
mem.h
net_kern.h High Performance UML Vector Network Driver 2018-02-19 19:38:51 +01:00
net_user.h
os.h Epoll based IRQ controller 2018-02-19 19:38:51 +01:00
ptrace_user.h
registers.h
sigio.h
timer-internal.h
um_malloc.h
user.h