MFi386: whitespace, copyright header, etc updates
This commit is contained in:
parent
6db058b5f1
commit
ba2426ff44
@ -130,7 +130,7 @@ IDTVEC(prot)
|
||||
TRAP_ERR(T_PROTFLT)
|
||||
IDTVEC(align)
|
||||
TRAP_ERR(T_ALIGNFLT)
|
||||
|
||||
|
||||
/*
|
||||
* alltraps entry point. Use swapgs if this is the first time in the
|
||||
* kernel from userland. Reenable interrupts if they were enabled
|
||||
|
@ -2,8 +2,6 @@
|
||||
* Copyright (c) 1992 Terrence R. Lambert.
|
||||
* Copyright (c) 1982, 1987, 1990 The Regents of the University of California.
|
||||
* Copyright (c) 1997 KATO Takenori.
|
||||
* Copyright (c) 2001 Tamotsu Hattori.
|
||||
* Copyright (c) 2001 Mitsuru IWASAKI.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is derived from software contributed to Berkeley by
|
||||
|
@ -37,7 +37,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/*
|
||||
/*-
|
||||
* Copyright (c) 1996 Charles M. Hannum. All rights reserved.
|
||||
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
|
||||
*
|
||||
|
@ -126,7 +126,6 @@
|
||||
#endif
|
||||
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
|
||||
|
||||
|
||||
/*
|
||||
* Ceiling on amount of swblock kva space, can be changed via
|
||||
* the kern.maxswzone /boot/loader.conf variable.
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
/*
|
||||
/*-
|
||||
* Modifications for Intel architecture by Garrett A. Wollman.
|
||||
* Copyright 1998 Massachusetts Institute of Technology
|
||||
*
|
||||
|
@ -325,4 +325,3 @@ pcireg_cfgopen(void)
|
||||
devmax = 0;
|
||||
return (cfgmech);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user