Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/i386/include/cpu.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/i386/include/cpu.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- src/sys/arch/i386/include/cpu.h 1996/05/05 19:29:26 1.35 +++ src/sys/arch/i386/include/cpu.h 1996/10/11 00:27:01 1.36 @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ +/* $NetBSD: cpu.h,v 1.36 1996/10/11 00:27:01 christos Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -135,6 +135,9 @@ void startrtclock __P((void)); void npxdrop __P((void)); void npxsave __P((void)); +/* vm_machdep.c */ +int kvtop __P((caddr_t)); + #ifdef MATH_EMULATE /* math_emulate.c */ int math_emulate __P((struct trapframe *));