From e77e2e6ca1b60d6ef3a568281cb31cfea4eb7cda Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 14 Nov 1994 14:23:54 +0000 Subject: [PATCH] Oops, the previous commit got the diff for the log message instead of the following. Move declarations to and from . Make segment stuff static if possible. Remove unused (although initialized) global variables _default_ldt, currentldt, _gsel_tss (rename the latter to the auto variable gtel_tss). Use "correct" and consistent types for interrupt handlers. Remove a mailing address from the code. Fix type mismatches found by adding prototypes. --- sys/amd64/amd64/machdep.c | 2 +- sys/i386/i386/machdep.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 38839c9bba17..c2aa6be02f5b 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.89 1994/11/14 13:22:30 bde Exp $ + * $Id: machdep.c,v 1.90 1994/11/14 14:19:55 bde Exp $ */ #include "npx.h" diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 38839c9bba17..c2aa6be02f5b 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.89 1994/11/14 13:22:30 bde Exp $ + * $Id: machdep.c,v 1.90 1994/11/14 14:19:55 bde Exp $ */ #include "npx.h"