Ok. I didn't make 2.4.0 in 2000. Tough. I tried, but we had some
[davej-history.git] / arch / mips / kernel / vm86.c
blobc0c775fba676656fef651b0369708ea9e5bdae83
1 /*
2 * arch/mips/vm86.c
4 * Copyright (C) 1994 Waldorf GMBH,
5 * written by Ralf Baechle
6 */
7 #include <linux/linkage.h>
8 #include <linux/errno.h>
10 asmlinkage int sys_vm86(void *v86)
12 return -ENOSYS;