signal.c (4f2c0a4acffbec01079c28f839422e64ddeff004) | signal.c (be018aaa158ad5155f21a85faf3865cb0a379d09) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1991, 1992 Linus Torvalds 7 * Copyright (C) 1994 - 2000 Ralf Baechle 8 * Copyright (C) 1999, 2000 Silicon Graphics, Inc. --- 24 unchanged lines hidden (view full) --- 33#include <asm/cacheflush.h> 34#include <asm/fpu.h> 35#include <asm/sim.h> 36#include <asm/ucontext.h> 37#include <asm/cpu-features.h> 38#include <asm/dsp.h> 39#include <asm/inst.h> 40#include <asm/msa.h> | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1991, 1992 Linus Torvalds 7 * Copyright (C) 1994 - 2000 Ralf Baechle 8 * Copyright (C) 1999, 2000 Silicon Graphics, Inc. --- 24 unchanged lines hidden (view full) --- 33#include <asm/cacheflush.h> 34#include <asm/fpu.h> 35#include <asm/sim.h> 36#include <asm/ucontext.h> 37#include <asm/cpu-features.h> 38#include <asm/dsp.h> 39#include <asm/inst.h> 40#include <asm/msa.h> |
41#include <asm/syscalls.h> |
|
41 42#include "signal-common.h" 43 44static int (*save_fp_context)(void __user *sc); 45static int (*restore_fp_context)(void __user *sc); 46 47struct sigframe { 48 u32 sf_ass[4]; /* argument save space for o32 */ --- 920 unchanged lines hidden --- | 42 43#include "signal-common.h" 44 45static int (*save_fp_context)(void __user *sc); 46static int (*restore_fp_context)(void __user *sc); 47 48struct sigframe { 49 u32 sf_ass[4]; /* argument save space for o32 */ --- 920 unchanged lines hidden --- |