summaryrefslogtreecommitdiffstats
path: root/arch/mips/ldt.c
blob: 089605cee0caf6b04fbccfda55071e27de0f7b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * arch/mips/ldt.c
 *
 * Copyright (C) 1994 by Waldorf GMBH,
 * written by Ralf Baechle
 */
#include <linux/linkage.h>
#include <linux/errno.h>

asmlinkage int sys_modify_ldt(int func, void *ptr, unsigned long bytecount)
{
	return -ENOSYS;
}