syscall.c (ebf8889bd1fe3615991ff4494635d237280652a2) syscall.c (cba4fbbff2e9722e93b28e18fa7714b9013cbdda)
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) 1995, 1996, 1997, 2000, 2001, 05 by Ralf Baechle
7 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
8 * Copyright (C) 2001 MIPS Technologies, Inc.

--- 14 unchanged lines hidden (view full) ---

23#include <linux/slab.h>
24#include <linux/utsname.h>
25#include <linux/unistd.h>
26#include <linux/sem.h>
27#include <linux/msg.h>
28#include <linux/shm.h>
29#include <linux/compiler.h>
30#include <linux/module.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) 1995, 1996, 1997, 2000, 2001, 05 by Ralf Baechle
7 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
8 * Copyright (C) 2001 MIPS Technologies, Inc.

--- 14 unchanged lines hidden (view full) ---

23#include <linux/slab.h>
24#include <linux/utsname.h>
25#include <linux/unistd.h>
26#include <linux/sem.h>
27#include <linux/msg.h>
28#include <linux/shm.h>
29#include <linux/compiler.h>
30#include <linux/module.h>
31#include <linux/ipc.h>
31
32#include <asm/branch.h>
33#include <asm/cachectl.h>
34#include <asm/cacheflush.h>
32
33#include <asm/branch.h>
34#include <asm/cachectl.h>
35#include <asm/cacheflush.h>
35#include <asm/ipc.h>
36#include <asm/asm-offsets.h>
37#include <asm/signal.h>
38#include <asm/sim.h>
39#include <asm/shmparam.h>
40#include <asm/sysmips.h>
41#include <asm/uaccess.h>
42
43asmlinkage int sys_pipe(nabi_no_regargs volatile struct pt_regs regs)

--- 401 unchanged lines hidden ---
36#include <asm/asm-offsets.h>
37#include <asm/signal.h>
38#include <asm/sim.h>
39#include <asm/shmparam.h>
40#include <asm/sysmips.h>
41#include <asm/uaccess.h>
42
43asmlinkage int sys_pipe(nabi_no_regargs volatile struct pt_regs regs)

--- 401 unchanged lines hidden ---