Oops, the previous commit got the diff for the log message instead of

the following.

Move declarations to and from <machine/segments.h>.  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.
This commit is contained in:
Bruce Evans 1994-11-14 14:23:54 +00:00
parent 30008dda2d
commit e77e2e6ca1
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"