Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/include gc unused
details: https://anonhg.NetBSD.org/src/rev/3254d4acf24b
branches: trunk
changeset: 358466:3254d4acf24b
user: maxv <maxv%NetBSD.org@localhost>
date: Sun Dec 31 07:23:09 2017 +0000
description:
gc unused
diffstat:
sys/arch/amd64/include/pcb.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 491d616a90f8 -r 3254d4acf24b sys/arch/amd64/include/pcb.h
--- a/sys/arch/amd64/include/pcb.h Sun Dec 31 07:22:55 2017 +0000
+++ b/sys/arch/amd64/include/pcb.h Sun Dec 31 07:23:09 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcb.h,v 1.27 2017/10/31 12:02:20 maxv Exp $ */
+/* $NetBSD: pcb.h,v 1.28 2017/12/31 07:23:09 maxv Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -79,8 +79,7 @@
struct pcb {
int pcb_flags;
-#define PCB_USER_LDT 0x01 /* has user-set LDT */
-#define PCB_COMPAT32 0x02
+#define PCB_COMPAT32 0x01
u_int pcb_cr0; /* saved image of CR0 */
uint64_t pcb_rsp0;
uint64_t pcb_cr2; /* page fault address (CR2) */
Home |
Main Index |
Thread Index |
Old Index