Remove outdated comment: vax does now user mi_userret().

This commit is contained in:
mhitch 2009-02-25 19:58:03 +00:00
parent daf32f5010
commit 4df84b8304
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: userret.h,v 1.19 2008/10/21 11:51:23 ad Exp $ */
/* $NetBSD: userret.h,v 1.20 2009/02/25 19:58:03 mhitch Exp $ */
/*-
* Copyright (c) 1998, 2000, 2003, 2006, 2008 The NetBSD Foundation, Inc.
@ -71,8 +71,6 @@
/*
* Define the MI code needed before returning to user mode, for
* trap and syscall.
* XXX The following port doesn't use this yet:
* XXX vax
*/
static __inline void
mi_userret(struct lwp *l)