Prechádzať zdrojové kódy

UAPI: (Scripted) Disintegrate arch/score/include/asm

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Acked-by: Lennox Wu <lennox.wu@gmail.com>
Acked-by: Liqin Chen <liqin299@gmail.com>
David Howells 12 rokov pred
rodič
commit
d66d8c7187
35 zmenil súbory, kde vykonal 118 pridanie a 80 odobranie
  1. 0 1
      arch/score/include/asm/Kbuild
  2. 1 73
      arch/score/include/asm/ptrace.h
  3. 1 6
      arch/score/include/asm/setup.h
  4. 31 0
      arch/score/include/uapi/asm/Kbuild
  5. 0 0
      arch/score/include/uapi/asm/auxvec.h
  6. 0 0
      arch/score/include/uapi/asm/bitsperlong.h
  7. 0 0
      arch/score/include/uapi/asm/byteorder.h
  8. 0 0
      arch/score/include/uapi/asm/errno.h
  9. 0 0
      arch/score/include/uapi/asm/fcntl.h
  10. 0 0
      arch/score/include/uapi/asm/ioctl.h
  11. 0 0
      arch/score/include/uapi/asm/ioctls.h
  12. 0 0
      arch/score/include/uapi/asm/ipcbuf.h
  13. 0 0
      arch/score/include/uapi/asm/kvm_para.h
  14. 0 0
      arch/score/include/uapi/asm/mman.h
  15. 0 0
      arch/score/include/uapi/asm/msgbuf.h
  16. 0 0
      arch/score/include/uapi/asm/param.h
  17. 0 0
      arch/score/include/uapi/asm/poll.h
  18. 0 0
      arch/score/include/uapi/asm/posix_types.h
  19. 76 0
      arch/score/include/uapi/asm/ptrace.h
  20. 0 0
      arch/score/include/uapi/asm/resource.h
  21. 0 0
      arch/score/include/uapi/asm/sembuf.h
  22. 9 0
      arch/score/include/uapi/asm/setup.h
  23. 0 0
      arch/score/include/uapi/asm/shmbuf.h
  24. 0 0
      arch/score/include/uapi/asm/sigcontext.h
  25. 0 0
      arch/score/include/uapi/asm/siginfo.h
  26. 0 0
      arch/score/include/uapi/asm/signal.h
  27. 0 0
      arch/score/include/uapi/asm/socket.h
  28. 0 0
      arch/score/include/uapi/asm/sockios.h
  29. 0 0
      arch/score/include/uapi/asm/stat.h
  30. 0 0
      arch/score/include/uapi/asm/statfs.h
  31. 0 0
      arch/score/include/uapi/asm/swab.h
  32. 0 0
      arch/score/include/uapi/asm/termbits.h
  33. 0 0
      arch/score/include/uapi/asm/termios.h
  34. 0 0
      arch/score/include/uapi/asm/types.h
  35. 0 0
      arch/score/include/uapi/asm/unistd.h

+ 0 - 1
arch/score/include/asm/Kbuild

@@ -1,4 +1,3 @@
-include include/asm-generic/Kbuild.asm
 
 header-y +=
 

+ 1 - 73
arch/score/include/asm/ptrace.h

@@ -1,78 +1,8 @@
 #ifndef _ASM_SCORE_PTRACE_H
 #define _ASM_SCORE_PTRACE_H
 
-#define PTRACE_GETREGS		12
-#define PTRACE_SETREGS		13
+#include <uapi/asm/ptrace.h>
 
-#define PC		32
-#define CONDITION	33
-#define ECR		34
-#define EMA		35
-#define CEH		36
-#define CEL		37
-#define COUNTER		38
-#define LDCR		39
-#define STCR		40
-#define PSR		41
-
-#define SINGLESTEP16_INSN	0x7006
-#define SINGLESTEP32_INSN	0x840C8000
-#define BREAKPOINT16_INSN	0x7002		/* work on SPG300 */
-#define BREAKPOINT32_INSN	0x84048000	/* work on SPG300 */
-
-/* Define instruction mask */
-#define INSN32_MASK	0x80008000
-
-#define J32	0x88008000	/* 1_00010_0000000000_1_000000000000000 */
-#define J32M	0xFC008000	/* 1_11111_0000000000_1_000000000000000 */
-
-#define B32	0x90008000	/* 1_00100_0000000000_1_000000000000000 */
-#define B32M	0xFC008000
-#define BL32	0x90008001	/* 1_00100_0000000000_1_000000000000001 */
-#define BL32M	B32
-#define BR32	0x80008008	/* 1_00000_0000000000_1_00000000_000100_0 */
-#define BR32M	0xFFE0807E
-#define BRL32	0x80008009	/* 1_00000_0000000000_1_00000000_000100_1 */
-#define BRL32M	BR32M
-
-#define B32_SET	(J32 | B32 | BL32 | BR32 | BRL32)
-
-#define J16	0x3000		/* 0_011_....... */
-#define J16M	0xF000
-#define B16	0x4000		/* 0_100_....... */
-#define B16M	0xF000
-#define BR16	0x0004		/* 0_000.......0100 */
-#define BR16M	0xF00F
-#define B16_SET (J16 | B16 | BR16)
-
-
-/*
- * This struct defines the way the registers are stored on the stack during a
- * system call/exception. As usual the registers k0/k1 aren't being saved.
- */
-struct pt_regs {
-	unsigned long pad0[6];	/* stack arguments */
-	unsigned long orig_r4;
-	unsigned long orig_r7;
-	long is_syscall;
-
-	unsigned long regs[32];
-
-	unsigned long cel;
-	unsigned long ceh;
-
-	unsigned long sr0;	/* cnt */
-	unsigned long sr1;	/* lcr */
-	unsigned long sr2;	/* scr */
-
-	unsigned long cp0_epc;
-	unsigned long cp0_ema;
-	unsigned long cp0_psr;
-	unsigned long cp0_ecr;
-	unsigned long cp0_condition;
-};
-
-#ifdef __KERNEL__
 
 struct task_struct;
 
@@ -91,6 +21,4 @@ extern int read_tsk_short(struct task_struct *, unsigned long,
 
 #define arch_has_single_step()	(1)
 
-#endif /* __KERNEL__ */
-
 #endif /* _ASM_SCORE_PTRACE_H */

+ 1 - 6
arch/score/include/asm/setup.h

@@ -1,11 +1,8 @@
 #ifndef _ASM_SCORE_SETUP_H
 #define _ASM_SCORE_SETUP_H
 
-#define COMMAND_LINE_SIZE	256
-#define MEMORY_START		0
-#define MEMORY_SIZE		0x2000000
+#include <uapi/asm/setup.h>
 
-#ifdef __KERNEL__
 
 extern void pagetable_init(void);
 extern void pgd_init(unsigned long page);
@@ -36,6 +33,4 @@ extern void debug_exception_vector(void);
 extern void general_exception_vector(void);
 extern void interrupt_exception_vector(void);
 
-#endif /* __KERNEL__ */
-
 #endif /* _ASM_SCORE_SETUP_H */

+ 31 - 0
arch/score/include/uapi/asm/Kbuild

@@ -1,3 +1,34 @@
 # UAPI Header export list
 include include/uapi/asm-generic/Kbuild.asm
 
+header-y += auxvec.h
+header-y += bitsperlong.h
+header-y += byteorder.h
+header-y += errno.h
+header-y += fcntl.h
+header-y += ioctl.h
+header-y += ioctls.h
+header-y += ipcbuf.h
+header-y += kvm_para.h
+header-y += mman.h
+header-y += msgbuf.h
+header-y += param.h
+header-y += poll.h
+header-y += posix_types.h
+header-y += ptrace.h
+header-y += resource.h
+header-y += sembuf.h
+header-y += setup.h
+header-y += shmbuf.h
+header-y += sigcontext.h
+header-y += siginfo.h
+header-y += signal.h
+header-y += socket.h
+header-y += sockios.h
+header-y += stat.h
+header-y += statfs.h
+header-y += swab.h
+header-y += termbits.h
+header-y += termios.h
+header-y += types.h
+header-y += unistd.h

+ 0 - 0
arch/score/include/asm/auxvec.h → arch/score/include/uapi/asm/auxvec.h


+ 0 - 0
arch/score/include/asm/bitsperlong.h → arch/score/include/uapi/asm/bitsperlong.h


+ 0 - 0
arch/score/include/asm/byteorder.h → arch/score/include/uapi/asm/byteorder.h


+ 0 - 0
arch/score/include/asm/errno.h → arch/score/include/uapi/asm/errno.h


+ 0 - 0
arch/score/include/asm/fcntl.h → arch/score/include/uapi/asm/fcntl.h


+ 0 - 0
arch/score/include/asm/ioctl.h → arch/score/include/uapi/asm/ioctl.h


+ 0 - 0
arch/score/include/asm/ioctls.h → arch/score/include/uapi/asm/ioctls.h


+ 0 - 0
arch/score/include/asm/ipcbuf.h → arch/score/include/uapi/asm/ipcbuf.h


+ 0 - 0
arch/score/include/asm/kvm_para.h → arch/score/include/uapi/asm/kvm_para.h


+ 0 - 0
arch/score/include/asm/mman.h → arch/score/include/uapi/asm/mman.h


+ 0 - 0
arch/score/include/asm/msgbuf.h → arch/score/include/uapi/asm/msgbuf.h


+ 0 - 0
arch/score/include/asm/param.h → arch/score/include/uapi/asm/param.h


+ 0 - 0
arch/score/include/asm/poll.h → arch/score/include/uapi/asm/poll.h


+ 0 - 0
arch/score/include/asm/posix_types.h → arch/score/include/uapi/asm/posix_types.h


+ 76 - 0
arch/score/include/uapi/asm/ptrace.h

@@ -0,0 +1,76 @@
+#ifndef _UAPI_ASM_SCORE_PTRACE_H
+#define _UAPI_ASM_SCORE_PTRACE_H
+
+#define PTRACE_GETREGS		12
+#define PTRACE_SETREGS		13
+
+#define PC		32
+#define CONDITION	33
+#define ECR		34
+#define EMA		35
+#define CEH		36
+#define CEL		37
+#define COUNTER		38
+#define LDCR		39
+#define STCR		40
+#define PSR		41
+
+#define SINGLESTEP16_INSN	0x7006
+#define SINGLESTEP32_INSN	0x840C8000
+#define BREAKPOINT16_INSN	0x7002		/* work on SPG300 */
+#define BREAKPOINT32_INSN	0x84048000	/* work on SPG300 */
+
+/* Define instruction mask */
+#define INSN32_MASK	0x80008000
+
+#define J32	0x88008000	/* 1_00010_0000000000_1_000000000000000 */
+#define J32M	0xFC008000	/* 1_11111_0000000000_1_000000000000000 */
+
+#define B32	0x90008000	/* 1_00100_0000000000_1_000000000000000 */
+#define B32M	0xFC008000
+#define BL32	0x90008001	/* 1_00100_0000000000_1_000000000000001 */
+#define BL32M	B32
+#define BR32	0x80008008	/* 1_00000_0000000000_1_00000000_000100_0 */
+#define BR32M	0xFFE0807E
+#define BRL32	0x80008009	/* 1_00000_0000000000_1_00000000_000100_1 */
+#define BRL32M	BR32M
+
+#define B32_SET	(J32 | B32 | BL32 | BR32 | BRL32)
+
+#define J16	0x3000		/* 0_011_....... */
+#define J16M	0xF000
+#define B16	0x4000		/* 0_100_....... */
+#define B16M	0xF000
+#define BR16	0x0004		/* 0_000.......0100 */
+#define BR16M	0xF00F
+#define B16_SET (J16 | B16 | BR16)
+
+
+/*
+ * This struct defines the way the registers are stored on the stack during a
+ * system call/exception. As usual the registers k0/k1 aren't being saved.
+ */
+struct pt_regs {
+	unsigned long pad0[6];	/* stack arguments */
+	unsigned long orig_r4;
+	unsigned long orig_r7;
+	long is_syscall;
+
+	unsigned long regs[32];
+
+	unsigned long cel;
+	unsigned long ceh;
+
+	unsigned long sr0;	/* cnt */
+	unsigned long sr1;	/* lcr */
+	unsigned long sr2;	/* scr */
+
+	unsigned long cp0_epc;
+	unsigned long cp0_ema;
+	unsigned long cp0_psr;
+	unsigned long cp0_ecr;
+	unsigned long cp0_condition;
+};
+
+
+#endif /* _UAPI_ASM_SCORE_PTRACE_H */

+ 0 - 0
arch/score/include/asm/resource.h → arch/score/include/uapi/asm/resource.h


+ 0 - 0
arch/score/include/asm/sembuf.h → arch/score/include/uapi/asm/sembuf.h


+ 9 - 0
arch/score/include/uapi/asm/setup.h

@@ -0,0 +1,9 @@
+#ifndef _UAPI_ASM_SCORE_SETUP_H
+#define _UAPI_ASM_SCORE_SETUP_H
+
+#define COMMAND_LINE_SIZE	256
+#define MEMORY_START		0
+#define MEMORY_SIZE		0x2000000
+
+
+#endif /* _UAPI_ASM_SCORE_SETUP_H */

+ 0 - 0
arch/score/include/asm/shmbuf.h → arch/score/include/uapi/asm/shmbuf.h


+ 0 - 0
arch/score/include/asm/sigcontext.h → arch/score/include/uapi/asm/sigcontext.h


+ 0 - 0
arch/score/include/asm/siginfo.h → arch/score/include/uapi/asm/siginfo.h


+ 0 - 0
arch/score/include/asm/signal.h → arch/score/include/uapi/asm/signal.h


+ 0 - 0
arch/score/include/asm/socket.h → arch/score/include/uapi/asm/socket.h


+ 0 - 0
arch/score/include/asm/sockios.h → arch/score/include/uapi/asm/sockios.h


+ 0 - 0
arch/score/include/asm/stat.h → arch/score/include/uapi/asm/stat.h


+ 0 - 0
arch/score/include/asm/statfs.h → arch/score/include/uapi/asm/statfs.h


+ 0 - 0
arch/score/include/asm/swab.h → arch/score/include/uapi/asm/swab.h


+ 0 - 0
arch/score/include/asm/termbits.h → arch/score/include/uapi/asm/termbits.h


+ 0 - 0
arch/score/include/asm/termios.h → arch/score/include/uapi/asm/termios.h


+ 0 - 0
arch/score/include/asm/types.h → arch/score/include/uapi/asm/types.h


+ 0 - 0
arch/score/include/asm/unistd.h → arch/score/include/uapi/asm/unistd.h