summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/um/sys-ia64
diff options
context:
space:
mode:
authorSrikant Patnaik2015-01-11 12:28:04 +0530
committerSrikant Patnaik2015-01-11 12:28:04 +0530
commit871480933a1c28f8a9fed4c4d34d06c439a7a422 (patch)
tree8718f573808810c2a1e8cb8fb6ac469093ca2784 /ANDROID_3.4.5/arch/um/sys-ia64
parent9d40ac5867b9aefe0722bc1f110b965ff294d30d (diff)
downloadFOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.gz
FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.bz2
FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.zip
Moved, renamed, and deleted files
The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure.
Diffstat (limited to 'ANDROID_3.4.5/arch/um/sys-ia64')
-rw-r--r--ANDROID_3.4.5/arch/um/sys-ia64/Makefile11
-rw-r--r--ANDROID_3.4.5/arch/um/sys-ia64/sysdep/ptrace.h16
-rw-r--r--ANDROID_3.4.5/arch/um/sys-ia64/sysdep/sigcontext.h10
-rw-r--r--ANDROID_3.4.5/arch/um/sys-ia64/sysdep/skas_ptrace.h22
-rw-r--r--ANDROID_3.4.5/arch/um/sys-ia64/sysdep/syscalls.h10
5 files changed, 0 insertions, 69 deletions
diff --git a/ANDROID_3.4.5/arch/um/sys-ia64/Makefile b/ANDROID_3.4.5/arch/um/sys-ia64/Makefile
deleted file mode 100644
index d02f4c26..00000000
--- a/ANDROID_3.4.5/arch/um/sys-ia64/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-OBJ = built-in.o
-
-OBJS =
-
-all: $(OBJ)
-
-$(OBJ): $(OBJS)
- rm -f $@
- $(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@
-
-clean-files := $(OBJS) link.ld
diff --git a/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/ptrace.h b/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/ptrace.h
deleted file mode 100644
index 0f0f4e6f..00000000
--- a/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/ptrace.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
- */
-
-#ifndef __SYSDEP_IA64_PTRACE_H
-#define __SYSDEP_IA64_PTRACE_H
-
-struct sys_pt_regs {
- int foo;
-};
-
-#define EMPTY_REGS { 0 }
-
-#endif
-
diff --git a/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/sigcontext.h b/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/sigcontext.h
deleted file mode 100644
index 76b43161..00000000
--- a/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/sigcontext.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
- */
-
-#ifndef __SYSDEP_IA64_SIGCONTEXT_H
-#define __SYSDEP_IA64_SIGCONTEXT_H
-
-#endif
-
diff --git a/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/skas_ptrace.h b/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/skas_ptrace.h
deleted file mode 100644
index 25a38e71..00000000
--- a/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/skas_ptrace.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
- */
-
-#ifndef __SYSDEP_IA64_SKAS_PTRACE_H
-#define __SYSDEP_IA64_SKAS_PTRACE_H
-
-struct ptrace_faultinfo {
- int is_write;
- unsigned long addr;
-};
-
-struct ptrace_ldt {
- int func;
- void *ptr;
- unsigned long bytecount;
-};
-
-#define PTRACE_LDT 54
-
-#endif
diff --git a/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/syscalls.h b/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/syscalls.h
deleted file mode 100644
index 5f6700c4..00000000
--- a/ANDROID_3.4.5/arch/um/sys-ia64/sysdep/syscalls.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
- */
-
-#ifndef __SYSDEP_IA64_SYSCALLS_H
-#define __SYSDEP_IA64_SYSCALLS_H
-
-#endif
-