Paul Mundt | aec5e0e | 2006-12-25 09:51:47 +0900 | [diff] [blame] | 1 | /* |
| 2 | * arch/sh/kernel/process.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * |
Paul Mundt | aec5e0e | 2006-12-25 09:51:47 +0900 | [diff] [blame] | 4 | * This file handles the architecture-dependent parts of process handling.. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | * |
| 6 | * Copyright (C) 1995 Linus Torvalds |
| 7 | * |
| 8 | * SuperH version: Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima |
Ryusuke Sakato | 8ae91b9 | 2006-10-12 12:16:13 +0900 | [diff] [blame] | 9 | * Copyright (C) 2006 Lineo Solutions Inc. support SH4A UBC |
Paul Mundt | e7ab3cd | 2008-09-21 19:04:55 +0900 | [diff] [blame] | 10 | * Copyright (C) 2002 - 2008 Paul Mundt |
| 11 | * |
| 12 | * This file is subject to the terms and conditions of the GNU General Public |
| 13 | * License. See the file "COPYING" in the main directory of this archive |
| 14 | * for more details. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | #include <linux/module.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | #include <linux/mm.h> |
| 18 | #include <linux/elfcore.h> |
Paul Mundt | a3310bb | 2006-02-01 03:06:08 -0800 | [diff] [blame] | 19 | #include <linux/pm.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | #include <linux/kallsyms.h> |
Paul Mundt | a3310bb | 2006-02-01 03:06:08 -0800 | [diff] [blame] | 21 | #include <linux/kexec.h> |
Paul Mundt | b118ca5 | 2007-05-09 10:55:38 +0900 | [diff] [blame] | 22 | #include <linux/kdebug.h> |
Paul Mundt | 57be2b4 | 2007-05-09 17:33:24 +0900 | [diff] [blame] | 23 | #include <linux/tick.h> |
Paul Mundt | e08f457 | 2007-05-14 12:52:56 +0900 | [diff] [blame] | 24 | #include <linux/reboot.h> |
Paul Mundt | e06c4e5 | 2007-07-31 13:01:43 +0900 | [diff] [blame] | 25 | #include <linux/fs.h> |
Matt Fleming | 7816fec | 2009-07-11 00:29:04 +0000 | [diff] [blame] | 26 | #include <linux/ftrace.h> |
Paul Mundt | 995bb78 | 2007-09-28 15:48:06 +0900 | [diff] [blame] | 27 | #include <linux/preempt.h> |
Paul Mundt | 09a0729 | 2009-11-09 16:27:40 +0900 | [diff] [blame] | 28 | #include <linux/hw_breakpoint.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | #include <asm/uaccess.h> |
| 30 | #include <asm/mmu_context.h> |
Paul Mundt | 5f8c990 | 2007-05-08 11:55:21 +0900 | [diff] [blame] | 31 | #include <asm/pgalloc.h> |
Paul Mundt | bd07999 | 2007-05-08 14:50:59 +0900 | [diff] [blame] | 32 | #include <asm/system.h> |
Paul Mundt | b5233d0 | 2006-09-20 03:25:34 +0900 | [diff] [blame] | 33 | #include <asm/ubc.h> |
Paul Mundt | 9bbafce | 2008-03-26 19:02:47 +0900 | [diff] [blame] | 34 | #include <asm/fpu.h> |
Paul Mundt | fa43972 | 2008-09-04 18:53:58 +0900 | [diff] [blame] | 35 | #include <asm/syscalls.h> |
Jon Frosdick | b46373e | 2009-08-24 16:20:44 +0900 | [diff] [blame] | 36 | #include <asm/watchdog.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | |
Jon Frosdick | b46373e | 2009-08-24 16:20:44 +0900 | [diff] [blame] | 38 | #ifdef CONFIG_32BIT |
| 39 | static void watchdog_trigger_immediate(void) |
| 40 | { |
| 41 | sh_wdt_write_cnt(0xFF); |
| 42 | sh_wdt_write_csr(0xC2); |
| 43 | } |
| 44 | |
| 45 | void machine_restart(char * __unused) |
| 46 | { |
| 47 | local_irq_disable(); |
| 48 | |
| 49 | /* Use watchdog timer to trigger reset */ |
| 50 | watchdog_trigger_immediate(); |
| 51 | |
| 52 | while (1) |
| 53 | cpu_sleep(); |
| 54 | } |
| 55 | #else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | void machine_restart(char * __unused) |
| 57 | { |
| 58 | /* SR.BL=1 and invoke address error to let CPU reset (manual reset) */ |
| 59 | asm volatile("ldc %0, sr\n\t" |
| 60 | "mov.l @%1, %0" : : "r" (0x10000000), "r" (0x80000001)); |
| 61 | } |
Jon Frosdick | b46373e | 2009-08-24 16:20:44 +0900 | [diff] [blame] | 62 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | void machine_halt(void) |
| 65 | { |
Paul Mundt | a3310bb | 2006-02-01 03:06:08 -0800 | [diff] [blame] | 66 | local_irq_disable(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | while (1) |
| 69 | cpu_sleep(); |
| 70 | } |
| 71 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | void machine_power_off(void) |
| 73 | { |
Paul Mundt | a3310bb | 2006-02-01 03:06:08 -0800 | [diff] [blame] | 74 | if (pm_power_off) |
| 75 | pm_power_off(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | } |
| 77 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | void show_regs(struct pt_regs * regs) |
| 79 | { |
| 80 | printk("\n"); |
Paul Mundt | 75fd24c | 2008-11-26 15:20:35 +0900 | [diff] [blame] | 81 | printk("Pid : %d, Comm: \t\t%s\n", task_pid_nr(current), current->comm); |
| 82 | printk("CPU : %d \t\t%s (%s %.*s)\n\n", |
Paul Mundt | 7d96169 | 2008-08-08 01:23:34 +0900 | [diff] [blame] | 83 | smp_processor_id(), print_tainted(), init_utsname()->release, |
| 84 | (int)strcspn(init_utsname()->version, " "), |
| 85 | init_utsname()->version); |
| 86 | |
Paul Mundt | 6b00223 | 2006-10-12 17:07:45 +0900 | [diff] [blame] | 87 | print_symbol("PC is at %s\n", instruction_pointer(regs)); |
Paul Mundt | 7d96169 | 2008-08-08 01:23:34 +0900 | [diff] [blame] | 88 | print_symbol("PR is at %s\n", regs->pr); |
| 89 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | printk("PC : %08lx SP : %08lx SR : %08lx ", |
| 91 | regs->pc, regs->regs[15], regs->sr); |
| 92 | #ifdef CONFIG_MMU |
Paul Mundt | 7d96169 | 2008-08-08 01:23:34 +0900 | [diff] [blame] | 93 | printk("TEA : %08x\n", ctrl_inl(MMU_TEA)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 94 | #else |
Paul Mundt | 7d96169 | 2008-08-08 01:23:34 +0900 | [diff] [blame] | 95 | printk("\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | |
| 98 | printk("R0 : %08lx R1 : %08lx R2 : %08lx R3 : %08lx\n", |
| 99 | regs->regs[0],regs->regs[1], |
| 100 | regs->regs[2],regs->regs[3]); |
| 101 | printk("R4 : %08lx R5 : %08lx R6 : %08lx R7 : %08lx\n", |
| 102 | regs->regs[4],regs->regs[5], |
| 103 | regs->regs[6],regs->regs[7]); |
| 104 | printk("R8 : %08lx R9 : %08lx R10 : %08lx R11 : %08lx\n", |
| 105 | regs->regs[8],regs->regs[9], |
| 106 | regs->regs[10],regs->regs[11]); |
| 107 | printk("R12 : %08lx R13 : %08lx R14 : %08lx\n", |
| 108 | regs->regs[12],regs->regs[13], |
| 109 | regs->regs[14]); |
| 110 | printk("MACH: %08lx MACL: %08lx GBR : %08lx PR : %08lx\n", |
| 111 | regs->mach, regs->macl, regs->gbr, regs->pr); |
| 112 | |
Paul Mundt | 6b00223 | 2006-10-12 17:07:45 +0900 | [diff] [blame] | 113 | show_trace(NULL, (unsigned long *)regs->regs[15], regs); |
Paul Mundt | 9cfc9a9 | 2008-11-26 14:31:03 +0900 | [diff] [blame] | 114 | show_code(regs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 115 | } |
| 116 | |
| 117 | /* |
| 118 | * Create a kernel thread |
| 119 | */ |
Paul Mundt | 43f8f9b | 2008-12-17 12:20:15 +0900 | [diff] [blame] | 120 | ATTRIB_NORET void kernel_thread_helper(void *arg, int (*fn)(void *)) |
| 121 | { |
| 122 | do_exit(fn(arg)); |
| 123 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 124 | |
Paul Mundt | aec5e0e | 2006-12-25 09:51:47 +0900 | [diff] [blame] | 125 | /* Don't use this in BL=1(cli). Or else, CPU resets! */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
Paul Mundt | aec5e0e | 2006-12-25 09:51:47 +0900 | [diff] [blame] | 127 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 128 | struct pt_regs regs; |
Paul Mundt | 3d58695 | 2008-09-21 13:56:39 +0900 | [diff] [blame] | 129 | int pid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | |
| 131 | memset(®s, 0, sizeof(regs)); |
Paul Mundt | aec5e0e | 2006-12-25 09:51:47 +0900 | [diff] [blame] | 132 | regs.regs[4] = (unsigned long)arg; |
| 133 | regs.regs[5] = (unsigned long)fn; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | |
Paul Mundt | aec5e0e | 2006-12-25 09:51:47 +0900 | [diff] [blame] | 135 | regs.pc = (unsigned long)kernel_thread_helper; |
Stuart Menefy | d3ea9fa | 2009-09-25 18:25:10 +0100 | [diff] [blame] | 136 | regs.sr = SR_MD; |
| 137 | #if defined(CONFIG_SH_FPU) |
| 138 | regs.sr |= SR_FD; |
| 139 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | |
| 141 | /* Ok, create the new process.. */ |
Paul Mundt | 3d58695 | 2008-09-21 13:56:39 +0900 | [diff] [blame] | 142 | pid = do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, |
| 143 | ®s, 0, NULL, NULL); |
| 144 | |
Paul Mundt | 3d58695 | 2008-09-21 13:56:39 +0900 | [diff] [blame] | 145 | return pid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 146 | } |
Paul Mundt | 4c978ca3 | 2009-10-27 11:51:19 +0900 | [diff] [blame] | 147 | EXPORT_SYMBOL(kernel_thread); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 148 | |
| 149 | /* |
| 150 | * Free current thread data structures etc.. |
| 151 | */ |
| 152 | void exit_thread(void) |
| 153 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | } |
| 155 | |
| 156 | void flush_thread(void) |
| 157 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | struct task_struct *tsk = current; |
Paul Mundt | 09a0729 | 2009-11-09 16:27:40 +0900 | [diff] [blame] | 159 | |
| 160 | flush_ptrace_hw_breakpoint(tsk); |
| 161 | |
| 162 | #if defined(CONFIG_SH_FPU) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | /* Forget lazy FPU state */ |
Al Viro | 3cf0f4e | 2006-01-12 01:05:44 -0800 | [diff] [blame] | 164 | clear_fpu(tsk, task_pt_regs(tsk)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 165 | clear_used_math(); |
| 166 | #endif |
| 167 | } |
| 168 | |
| 169 | void release_thread(struct task_struct *dead_task) |
| 170 | { |
| 171 | /* do nothing */ |
| 172 | } |
| 173 | |
| 174 | /* Fill in the fpu structure for a core dump.. */ |
| 175 | int dump_fpu(struct pt_regs *regs, elf_fpregset_t *fpu) |
| 176 | { |
| 177 | int fpvalid = 0; |
| 178 | |
| 179 | #if defined(CONFIG_SH_FPU) |
| 180 | struct task_struct *tsk = current; |
| 181 | |
| 182 | fpvalid = !!tsk_used_math(tsk); |
Paul Mundt | e7ab3cd | 2008-09-21 19:04:55 +0900 | [diff] [blame] | 183 | if (fpvalid) |
| 184 | fpvalid = !fpregs_get(tsk, NULL, 0, |
| 185 | sizeof(struct user_fpu_struct), |
| 186 | fpu, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | #endif |
| 188 | |
| 189 | return fpvalid; |
| 190 | } |
Paul Mundt | 4c978ca3 | 2009-10-27 11:51:19 +0900 | [diff] [blame] | 191 | EXPORT_SYMBOL(dump_fpu); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | |
Stuart Menefy | d3ea9fa | 2009-09-25 18:25:10 +0100 | [diff] [blame] | 193 | /* |
| 194 | * This gets called before we allocate a new thread and copy |
| 195 | * the current task into it. |
| 196 | */ |
| 197 | void prepare_to_copy(struct task_struct *tsk) |
| 198 | { |
| 199 | unlazy_fpu(tsk, task_pt_regs(tsk)); |
| 200 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 201 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 202 | asmlinkage void ret_from_fork(void); |
| 203 | |
Alexey Dobriyan | 6f2c55b | 2009-04-02 16:56:59 -0700 | [diff] [blame] | 204 | int copy_thread(unsigned long clone_flags, unsigned long usp, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 205 | unsigned long unused, |
| 206 | struct task_struct *p, struct pt_regs *regs) |
| 207 | { |
Paul Mundt | 2991be7 | 2006-09-27 17:07:07 +0900 | [diff] [blame] | 208 | struct thread_info *ti = task_thread_info(p); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 209 | struct pt_regs *childregs; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 210 | |
Michael Trimarchi | 01ab103 | 2009-04-03 17:32:33 +0000 | [diff] [blame] | 211 | #if defined(CONFIG_SH_DSP) |
Paul Mundt | 6424db5 | 2009-12-08 15:47:12 +0900 | [diff] [blame^] | 212 | struct task_struct *tsk = current; |
| 213 | |
Michael Trimarchi | 01ab103 | 2009-04-03 17:32:33 +0000 | [diff] [blame] | 214 | if (is_dsp_enabled(tsk)) { |
| 215 | /* We can use the __save_dsp or just copy the struct: |
| 216 | * __save_dsp(p); |
| 217 | * p->thread.dsp_status.status |= SR_DSP |
| 218 | */ |
| 219 | p->thread.dsp_status = tsk->thread.dsp_status; |
| 220 | } |
| 221 | #endif |
| 222 | |
Al Viro | 3cf0f4e | 2006-01-12 01:05:44 -0800 | [diff] [blame] | 223 | childregs = task_pt_regs(p); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | *childregs = *regs; |
| 225 | |
| 226 | if (user_mode(regs)) { |
| 227 | childregs->regs[15] = usp; |
Paul Mundt | 2991be7 | 2006-09-27 17:07:07 +0900 | [diff] [blame] | 228 | ti->addr_limit = USER_DS; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 229 | } else { |
Hideo Saito | e6bcf56 | 2007-02-28 18:35:42 +0900 | [diff] [blame] | 230 | childregs->regs[15] = (unsigned long)childregs; |
Paul Mundt | 2991be7 | 2006-09-27 17:07:07 +0900 | [diff] [blame] | 231 | ti->addr_limit = KERNEL_DS; |
Stuart Menefy | d3ea9fa | 2009-09-25 18:25:10 +0100 | [diff] [blame] | 232 | ti->status &= ~TS_USEDFPU; |
| 233 | p->fpu_counter = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | } |
Paul Mundt | aec5e0e | 2006-12-25 09:51:47 +0900 | [diff] [blame] | 235 | |
Hideo Saito | e6bcf56 | 2007-02-28 18:35:42 +0900 | [diff] [blame] | 236 | if (clone_flags & CLONE_SETTLS) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | childregs->gbr = childregs->regs[0]; |
Paul Mundt | aec5e0e | 2006-12-25 09:51:47 +0900 | [diff] [blame] | 238 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 239 | childregs->regs[0] = 0; /* Set return value for child */ |
| 240 | |
| 241 | p->thread.sp = (unsigned long) childregs; |
| 242 | p->thread.pc = (unsigned long) ret_from_fork; |
| 243 | |
Paul Mundt | 09a0729 | 2009-11-09 16:27:40 +0900 | [diff] [blame] | 244 | memset(p->thread.ptrace_bps, 0, sizeof(p->thread.ptrace_bps)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 245 | |
| 246 | return 0; |
| 247 | } |
| 248 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 249 | /* |
| 250 | * switch_to(x,y) should switch tasks from x to y. |
| 251 | * |
| 252 | */ |
Matt Fleming | 7816fec | 2009-07-11 00:29:04 +0000 | [diff] [blame] | 253 | __notrace_funcgraph struct task_struct * |
| 254 | __switch_to(struct task_struct *prev, struct task_struct *next) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | { |
Giuseppe CAVALLARO | a0458b07 | 2009-07-07 16:25:10 +0200 | [diff] [blame] | 256 | struct thread_struct *next_t = &next->thread; |
| 257 | |
Al Viro | 3cf0f4e | 2006-01-12 01:05:44 -0800 | [diff] [blame] | 258 | unlazy_fpu(prev, task_pt_regs(prev)); |
Giuseppe CAVALLARO | a0458b07 | 2009-07-07 16:25:10 +0200 | [diff] [blame] | 259 | |
| 260 | /* we're going to use this soon, after a few expensive things */ |
| 261 | if (next->fpu_counter > 5) |
| 262 | prefetch(&next_t->fpu.hard); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 263 | |
Yoshinori Sato | a2d1a5f | 2006-09-27 17:25:07 +0900 | [diff] [blame] | 264 | #ifdef CONFIG_MMU |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 265 | /* |
| 266 | * Restore the kernel mode register |
Paul Mundt | aec5e0e | 2006-12-25 09:51:47 +0900 | [diff] [blame] | 267 | * k7 (r7_bank1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 268 | */ |
| 269 | asm volatile("ldc %0, r7_bank" |
| 270 | : /* no output */ |
Al Viro | cafcfca | 2006-01-12 01:05:45 -0800 | [diff] [blame] | 271 | : "r" (task_thread_info(next))); |
Yoshinori Sato | a2d1a5f | 2006-09-27 17:25:07 +0900 | [diff] [blame] | 272 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 | |
Paul Mundt | 6ba6538 | 2009-11-25 12:07:31 +0900 | [diff] [blame] | 274 | /* |
| 275 | * If the task has used fpu the last 5 timeslices, just do a full |
Giuseppe CAVALLARO | a0458b07 | 2009-07-07 16:25:10 +0200 | [diff] [blame] | 276 | * restore of the math state immediately to avoid the trap; the |
| 277 | * chances of needing FPU soon are obviously high now |
| 278 | */ |
Paul Mundt | 6ba6538 | 2009-11-25 12:07:31 +0900 | [diff] [blame] | 279 | if (next->fpu_counter > 5) |
Giuseppe CAVALLARO | a0458b07 | 2009-07-07 16:25:10 +0200 | [diff] [blame] | 280 | fpu_state_restore(task_pt_regs(next)); |
Giuseppe CAVALLARO | a0458b07 | 2009-07-07 16:25:10 +0200 | [diff] [blame] | 281 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | return prev; |
| 283 | } |
| 284 | |
| 285 | asmlinkage int sys_fork(unsigned long r4, unsigned long r5, |
| 286 | unsigned long r6, unsigned long r7, |
Stuart Menefy | f0bc814 | 2006-11-21 11:16:57 +0900 | [diff] [blame] | 287 | struct pt_regs __regs) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 288 | { |
| 289 | #ifdef CONFIG_MMU |
Paul Mundt | 882c12c | 2007-05-14 17:26:34 +0900 | [diff] [blame] | 290 | struct pt_regs *regs = RELOC_HIDE(&__regs, 0); |
Stuart Menefy | f0bc814 | 2006-11-21 11:16:57 +0900 | [diff] [blame] | 291 | return do_fork(SIGCHLD, regs->regs[15], regs, 0, NULL, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 292 | #else |
| 293 | /* fork almost works, enough to trick you into looking elsewhere :-( */ |
| 294 | return -EINVAL; |
| 295 | #endif |
| 296 | } |
| 297 | |
| 298 | asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, |
| 299 | unsigned long parent_tidptr, |
| 300 | unsigned long child_tidptr, |
Stuart Menefy | f0bc814 | 2006-11-21 11:16:57 +0900 | [diff] [blame] | 301 | struct pt_regs __regs) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 302 | { |
Stuart Menefy | f0bc814 | 2006-11-21 11:16:57 +0900 | [diff] [blame] | 303 | struct pt_regs *regs = RELOC_HIDE(&__regs, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 304 | if (!newsp) |
Stuart Menefy | f0bc814 | 2006-11-21 11:16:57 +0900 | [diff] [blame] | 305 | newsp = regs->regs[15]; |
| 306 | return do_fork(clone_flags, newsp, regs, 0, |
Paul Mundt | aec5e0e | 2006-12-25 09:51:47 +0900 | [diff] [blame] | 307 | (int __user *)parent_tidptr, |
| 308 | (int __user *)child_tidptr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 309 | } |
| 310 | |
| 311 | /* |
| 312 | * This is trivial, and on the face of it looks like it |
| 313 | * could equally well be done in user mode. |
| 314 | * |
| 315 | * Not so, for quite unobvious reasons - register pressure. |
| 316 | * In user mode vfork() cannot have a stack frame, and if |
| 317 | * done by calling the "clone()" system call directly, you |
| 318 | * do not have enough call-clobbered registers to hold all |
| 319 | * the information you need. |
| 320 | */ |
| 321 | asmlinkage int sys_vfork(unsigned long r4, unsigned long r5, |
| 322 | unsigned long r6, unsigned long r7, |
Stuart Menefy | f0bc814 | 2006-11-21 11:16:57 +0900 | [diff] [blame] | 323 | struct pt_regs __regs) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 324 | { |
Stuart Menefy | f0bc814 | 2006-11-21 11:16:57 +0900 | [diff] [blame] | 325 | struct pt_regs *regs = RELOC_HIDE(&__regs, 0); |
| 326 | return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs->regs[15], regs, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | 0, NULL, NULL); |
| 328 | } |
| 329 | |
| 330 | /* |
| 331 | * sys_execve() executes a new program. |
| 332 | */ |
Paul Mundt | e08f457 | 2007-05-14 12:52:56 +0900 | [diff] [blame] | 333 | asmlinkage int sys_execve(char __user *ufilename, char __user * __user *uargv, |
| 334 | char __user * __user *uenvp, unsigned long r7, |
Stuart Menefy | f0bc814 | 2006-11-21 11:16:57 +0900 | [diff] [blame] | 335 | struct pt_regs __regs) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 336 | { |
Stuart Menefy | f0bc814 | 2006-11-21 11:16:57 +0900 | [diff] [blame] | 337 | struct pt_regs *regs = RELOC_HIDE(&__regs, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 338 | int error; |
| 339 | char *filename; |
| 340 | |
Paul Mundt | e08f457 | 2007-05-14 12:52:56 +0900 | [diff] [blame] | 341 | filename = getname(ufilename); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 342 | error = PTR_ERR(filename); |
| 343 | if (IS_ERR(filename)) |
| 344 | goto out; |
| 345 | |
Paul Mundt | e08f457 | 2007-05-14 12:52:56 +0900 | [diff] [blame] | 346 | error = do_execve(filename, uargv, uenvp, regs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 347 | putname(filename); |
| 348 | out: |
| 349 | return error; |
| 350 | } |
| 351 | |
| 352 | unsigned long get_wchan(struct task_struct *p) |
| 353 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 354 | unsigned long pc; |
| 355 | |
| 356 | if (!p || p == current || p->state == TASK_RUNNING) |
| 357 | return 0; |
| 358 | |
| 359 | /* |
| 360 | * The same comment as on the Alpha applies here, too ... |
| 361 | */ |
| 362 | pc = thread_saved_pc(p); |
David McCullough | c64ac9f | 2007-07-26 17:46:07 +0900 | [diff] [blame] | 363 | |
| 364 | #ifdef CONFIG_FRAME_POINTER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 365 | if (in_sched_functions(pc)) { |
David McCullough | c64ac9f | 2007-07-26 17:46:07 +0900 | [diff] [blame] | 366 | unsigned long schedule_frame = (unsigned long)p->thread.sp; |
Paul Mundt | b652c23 | 2006-12-08 17:46:29 +0900 | [diff] [blame] | 367 | return ((unsigned long *)schedule_frame)[21]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 368 | } |
David McCullough | c64ac9f | 2007-07-26 17:46:07 +0900 | [diff] [blame] | 369 | #endif |
Paul Mundt | b652c23 | 2006-12-08 17:46:29 +0900 | [diff] [blame] | 370 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 371 | return pc; |
| 372 | } |