Module Name:    src
Committed By:   christos
Date:           Fri Apr 30 13:53:30 UTC 2021

Modified Files:
        src/tests/lib/libi386: t_user_ldt.c

Log Message:
remove hacks.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libi386/t_user_ldt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libi386/t_user_ldt.c
diff -u src/tests/lib/libi386/t_user_ldt.c:1.5 src/tests/lib/libi386/t_user_ldt.c:1.6
--- src/tests/lib/libi386/t_user_ldt.c:1.5	Sun Jul 19 10:31:31 2020
+++ src/tests/lib/libi386/t_user_ldt.c	Fri Apr 30 09:53:30 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_user_ldt.c,v 1.5 2020/07/19 14:31:31 maxv Exp $	*/
+/*	$NetBSD: t_user_ldt.c,v 1.6 2021/04/30 13:53:30 christos Exp $	*/
 
 /*
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -41,10 +41,7 @@
 #include <machine/segments.h>
 #include <machine/sysarch.h>
 #include <machine/vmparam.h>
-
-#define _LOCORE /* XXX a bit of a hack, but whatever */
 #include <machine/gdt.h>
-#undef _LOCORE
 
 #include <atf-c.h>
 

Reply via email to