Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um: Remove ia64 cruft

That code is a relict from the early days of UML.
ia64 support was never completed nor worked.
Let's rip it out.

Signed-off-by: Richard Weinberger <richard@nod.at>

-70
-1
arch/um/Makefile-ia64
··· 1 - START_ADDR = 0x1000000000000000
-11
arch/um/sys-ia64/Makefile
··· 1 - OBJ = built-in.o 2 - 3 - OBJS = 4 - 5 - all: $(OBJ) 6 - 7 - $(OBJ): $(OBJS) 8 - rm -f $@ 9 - $(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@ 10 - 11 - clean-files := $(OBJS) link.ld
-16
arch/um/sys-ia64/sysdep/ptrace.h
··· 1 - /* 2 - * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 - */ 5 - 6 - #ifndef __SYSDEP_IA64_PTRACE_H 7 - #define __SYSDEP_IA64_PTRACE_H 8 - 9 - struct sys_pt_regs { 10 - int foo; 11 - }; 12 - 13 - #define EMPTY_REGS { 0 } 14 - 15 - #endif 16 -
-10
arch/um/sys-ia64/sysdep/sigcontext.h
··· 1 - /* 2 - * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 - */ 5 - 6 - #ifndef __SYSDEP_IA64_SIGCONTEXT_H 7 - #define __SYSDEP_IA64_SIGCONTEXT_H 8 - 9 - #endif 10 -
-22
arch/um/sys-ia64/sysdep/skas_ptrace.h
··· 1 - /* 2 - * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 - */ 5 - 6 - #ifndef __SYSDEP_IA64_SKAS_PTRACE_H 7 - #define __SYSDEP_IA64_SKAS_PTRACE_H 8 - 9 - struct ptrace_faultinfo { 10 - int is_write; 11 - unsigned long addr; 12 - }; 13 - 14 - struct ptrace_ldt { 15 - int func; 16 - void *ptr; 17 - unsigned long bytecount; 18 - }; 19 - 20 - #define PTRACE_LDT 54 21 - 22 - #endif
-10
arch/um/sys-ia64/sysdep/syscalls.h
··· 1 - /* 2 - * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL 4 - */ 5 - 6 - #ifndef __SYSDEP_IA64_SYSCALLS_H 7 - #define __SYSDEP_IA64_SYSCALLS_H 8 - 9 - #endif 10 -