Remove misleading comment; these macros should not be used if a user LDT
is active.
This commit is contained in:
parent
549eebb1a2
commit
173e2026e3
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: segments.h,v 1.28 2016/09/02 08:52:12 maxv Exp $ */
|
||||
/* $NetBSD: segments.h,v 1.29 2017/02/05 08:58:39 maxv Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -386,9 +386,7 @@ void cpu_fsgs_reload(struct lwp *, int, int);
|
|||
#define LSYSRETBASE_SEL LUCODE32_SEL
|
||||
|
||||
/*
|
||||
* Checks for valid user selectors. If USER_LDT ever gets implemented
|
||||
* for amd64, these must check the ldt length and SEL_UPL if a user
|
||||
* ldt is active.
|
||||
* Checks for valid user selectors.
|
||||
*/
|
||||
#define VALID_USER_DSEL32(s) \
|
||||
(((s) & 0xffff) == GSEL(GUDATA32_SEL, SEL_UPL) || \
|
||||
|
|
Loading…
Reference in New Issue