process.c (407da561244b9d51e6a794d6305ba38ec2c9d907) | process.c (89b3098703bd2aa3237ef10a704e6a5838e6ea69) |
---|---|
1/* 2 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 * Copyright (C) 2008-2009 PetaLogix 4 * Copyright (C) 2006 Atmark Techno, Inc. 5 * 6 * This file is subject to the terms and conditions of the GNU General Public 7 * License. See the file "COPYING" in the main directory of this archive 8 * for more details. --- 126 unchanged lines hidden (view full) --- 135 */ 136int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu) 137{ 138 return 0; /* MicroBlaze has no separate FPU registers */ 139} 140 141void arch_cpu_idle(void) 142{ | 1/* 2 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 * Copyright (C) 2008-2009 PetaLogix 4 * Copyright (C) 2006 Atmark Techno, Inc. 5 * 6 * This file is subject to the terms and conditions of the GNU General Public 7 * License. See the file "COPYING" in the main directory of this archive 8 * for more details. --- 126 unchanged lines hidden (view full) --- 135 */ 136int elf_core_copy_task_fpregs(struct task_struct *t, elf_fpregset_t *fpu) 137{ 138 return 0; /* MicroBlaze has no separate FPU registers */ 139} 140 141void arch_cpu_idle(void) 142{ |
143 raw_local_irq_enable(); | |
144} | 143} |