android_kernel_xiaomi_sm8350/arch/um/include
Jeff Dike 77bf440031 uml: remove code made redundant by CHOOSE_MODE removal
This patch makes a number of simplifications enabled by the removal of
CHOOSE_MODE.  There were lots of functions that looked like

	int foo(args){
		foo_skas(args);
	}

The bodies of foo_skas are now folded into foo, and their declarations (and
sometimes entire header files) are deleted.

In addition, the union uml_pt_regs, which was a union between the tt and skas
register formats, is now a struct, with the tt-mode arm of the union being
removed.

It turns out that usr2_handler was unused, so it is gone.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-16 09:43:05 -07:00
..
skas uml: remove code made redundant by CHOOSE_MODE removal 2007-10-16 09:43:05 -07:00
sysdep-i386 uml: remove code made redundant by CHOOSE_MODE removal 2007-10-16 09:43:05 -07:00
sysdep-ia64
sysdep-ppc
sysdep-x86_64 uml: remove code made redundant by CHOOSE_MODE removal 2007-10-16 09:43:05 -07:00
aio.h
arch.h uml: remove code made redundant by CHOOSE_MODE removal 2007-10-16 09:43:05 -07:00
as-layout.h uml: remove code made redundant by CHOOSE_MODE removal 2007-10-16 09:43:05 -07:00
chan_kern.h uml: handle errors on opening host side of consoles 2007-07-16 09:05:38 -07:00
chan_user.h uml: SIGIO support cleanup 2007-07-16 09:05:38 -07:00
common-offsets.h uml: throw out CONFIG_MODE_TT 2007-10-16 09:43:05 -07:00
elf_user.h
frame_kern.h
init.h
initrd.h
irq_kern.h
irq_user.h uml: remove code made redundant by CHOOSE_MODE removal 2007-10-16 09:43:05 -07:00
kern_util.h uml: remove code made redundant by CHOOSE_MODE removal 2007-10-16 09:43:05 -07:00
kern.h
line.h
longjmp.h
mconsole_kern.h
mconsole.h uml: remove code made redundant by CHOOSE_MODE removal 2007-10-16 09:43:05 -07:00
mem_kern.h
mem_user.h
mem.h
misc_constants.h
net_kern.h uml: Replace one-element array with zero-element array 2007-05-07 12:13:02 -07:00
net_user.h uml: network interface hotplug error handling 2007-05-07 12:13:00 -07:00
os.h uml: remove code made redundant by CHOOSE_MODE removal 2007-10-16 09:43:05 -07:00
process.h
ptrace_user.h
registers.h uml: remove code made redundant by CHOOSE_MODE removal 2007-10-16 09:43:05 -07:00
sigcontext.h
sigio.h
signal_kern.h
skas_ptrace.h
skas_ptregs.h
syscall.h
sysrq.h
task.h uml: remove code made redundant by CHOOSE_MODE removal 2007-10-16 09:43:05 -07:00
tempfile.h
tlb.h uml: more page fault path trimming 2007-05-07 12:13:04 -07:00
ubd_user.h
um_malloc.h uml: Eliminate kernel allocator wrappers 2007-07-16 09:05:38 -07:00
um_mmu.h uml: style fixes pass 2 2007-10-16 09:43:05 -07:00
um_uaccess.h uml: style fixes pass 2 2007-10-16 09:43:05 -07:00
uml_uaccess.h
user.h uml: stop saving process FP state 2007-10-16 09:43:05 -07:00