diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-10-12 09:17:14 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-10-12 09:17:14 -0400 |
| commit | 620f2efcdc5c7a2db68da41bc3df3cf9a718024e (patch) | |
| tree | b1a0411e2588953777d0b10245b12044c33cef54 /include/asm-blackfin/fixed_code.h | |
| parent | 04944b793e18ece23f63c0252646b310c1845940 (diff) | |
| parent | fd048088306656824958e7783ffcee27e241b361 (diff) | |
Merge branch 'linus' into x86/xsave
Diffstat (limited to 'include/asm-blackfin/fixed_code.h')
| -rw-r--r-- | include/asm-blackfin/fixed_code.h | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/include/asm-blackfin/fixed_code.h b/include/asm-blackfin/fixed_code.h deleted file mode 100644 index 32c4d495d847..000000000000 --- a/include/asm-blackfin/fixed_code.h +++ /dev/null | |||
| @@ -1,46 +0,0 @@ | |||
| 1 | /* This file defines the fixed addresses where userspace programs can find | ||
| 2 | atomic code sequences. */ | ||
| 3 | |||
| 4 | #ifndef __BFIN_ASM_FIXED_CODE_H__ | ||
| 5 | #define __BFIN_ASM_FIXED_CODE_H__ | ||
| 6 | |||
| 7 | #ifdef __KERNEL__ | ||
| 8 | #ifndef __ASSEMBLY__ | ||
| 9 | #include <linux/linkage.h> | ||
| 10 | #include <linux/ptrace.h> | ||
| 11 | extern asmlinkage void finish_atomic_sections(struct pt_regs *regs); | ||
| 12 | extern char fixed_code_start; | ||
| 13 | extern char fixed_code_end; | ||
| 14 | extern int atomic_xchg32(void); | ||
| 15 | extern int atomic_cas32(void); | ||
| 16 | extern int atomic_add32(void); | ||
| 17 | extern int atomic_sub32(void); | ||
| 18 | extern int atomic_ior32(void); | ||
| 19 | extern int atomic_and32(void); | ||
| 20 | extern int atomic_xor32(void); | ||
| 21 | extern void safe_user_instruction(void); | ||
| 22 | extern void sigreturn_stub(void); | ||
| 23 | #endif | ||
| 24 | #endif | ||
| 25 | |||
| 26 | #define FIXED_CODE_START 0x400 | ||
| 27 | |||
| 28 | #define SIGRETURN_STUB 0x400 | ||
| 29 | |||
| 30 | #define ATOMIC_SEQS_START 0x410 | ||
| 31 | |||
| 32 | #define ATOMIC_XCHG32 0x410 | ||
| 33 | #define ATOMIC_CAS32 0x420 | ||
| 34 | #define ATOMIC_ADD32 0x430 | ||
| 35 | #define ATOMIC_SUB32 0x440 | ||
| 36 | #define ATOMIC_IOR32 0x450 | ||
| 37 | #define ATOMIC_AND32 0x460 | ||
| 38 | #define ATOMIC_XOR32 0x470 | ||
| 39 | |||
| 40 | #define ATOMIC_SEQS_END 0x480 | ||
| 41 | |||
| 42 | #define SAFE_USER_INSTRUCTION 0x480 | ||
| 43 | |||
| 44 | #define FIXED_CODE_END 0x490 | ||
| 45 | |||
| 46 | #endif | ||
