From 3e3c21dc5d7a160cb5868326a3df27d3e5ac6abb Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 16 Oct 1997 02:31:32 +0000 Subject: [PATCH] Update a comment dating from 4.3/VAX. --- sys/arch/i386/include/reg.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/include/reg.h b/sys/arch/i386/include/reg.h index 14c460f84c89..4fcd5cb52d5d 100644 --- a/sys/arch/i386/include/reg.h +++ b/sys/arch/i386/include/reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: reg.h,v 1.14 1995/10/11 04:20:24 mycroft Exp $ */ +/* $NetBSD: reg.h,v 1.15 1997/10/16 02:31:32 mycroft Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -45,7 +45,10 @@ * Location of the users' stored * registers within appropriate frame of 'trap' and 'syscall', relative to * base of stack frame. - * Normal usage is u.u_ar0[XX] in kernel. + * + * XXX + * The #defines aren't used in the kernel, but some user-level code still + * expects them. */ /* When referenced during a trap/exception, registers are at these offsets */