diff options
Diffstat (limited to 'arch/tile/include/asm/processor.h')
| -rw-r--r-- | arch/tile/include/asm/processor.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/tile/include/asm/processor.h b/arch/tile/include/asm/processor.h index e6889474038a..34c1e01ffb5e 100644 --- a/arch/tile/include/asm/processor.h +++ b/arch/tile/include/asm/processor.h | |||
| @@ -215,6 +215,8 @@ static inline void release_thread(struct task_struct *dead_task) | |||
| 215 | 215 | ||
| 216 | extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); | 216 | extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); |
| 217 | 217 | ||
| 218 | extern int do_work_pending(struct pt_regs *regs, u32 flags); | ||
| 219 | |||
| 218 | 220 | ||
| 219 | /* | 221 | /* |
| 220 | * Return saved (kernel) PC of a blocked thread. | 222 | * Return saved (kernel) PC of a blocked thread. |
| @@ -255,10 +257,6 @@ static inline void cpu_relax(void) | |||
| 255 | barrier(); | 257 | barrier(); |
| 256 | } | 258 | } |
| 257 | 259 | ||
| 258 | struct siginfo; | ||
| 259 | extern void arch_coredump_signal(struct siginfo *, struct pt_regs *); | ||
| 260 | #define arch_coredump_signal arch_coredump_signal | ||
| 261 | |||
| 262 | /* Info on this processor (see fs/proc/cpuinfo.c) */ | 260 | /* Info on this processor (see fs/proc/cpuinfo.c) */ |
| 263 | struct seq_operations; | 261 | struct seq_operations; |
| 264 | extern const struct seq_operations cpuinfo_op; | 262 | extern const struct seq_operations cpuinfo_op; |
| @@ -269,9 +267,6 @@ extern char chip_model[64]; | |||
| 269 | /* Data on which physical memory controller corresponds to which NUMA node. */ | 267 | /* Data on which physical memory controller corresponds to which NUMA node. */ |
| 270 | extern int node_controller[]; | 268 | extern int node_controller[]; |
| 271 | 269 | ||
| 272 | /* Do we dump information to the console when a user application crashes? */ | ||
| 273 | extern int show_crashinfo; | ||
| 274 | |||
| 275 | #if CHIP_HAS_CBOX_HOME_MAP() | 270 | #if CHIP_HAS_CBOX_HOME_MAP() |
| 276 | /* Does the heap allocator return hash-for-home pages by default? */ | 271 | /* Does the heap allocator return hash-for-home pages by default? */ |
| 277 | extern int hash_default; | 272 | extern int hash_default; |
