repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
c0c775fba676656fef651b0369708ea9e5bdae83
1
/*
2
* arch/mips/vm86.c
3
*
4
* Copyright (C) 1994 Waldorf GMBH,
5
* written by Ralf Baechle
6
*/
7
#include <linux/linkage.h>
8
#include <linux/errno.h>
9
10
asmlinkage
int
sys_vm86
(
void
*
v86
)
11
{
12
return
-
ENOSYS
;
13
}