remove no longer needed opt_smp.h includes

This commit is contained in:
Peter Wemm 1997-05-29 05:11:11 +00:00
parent 64b3672f39
commit 288e2230b5
18 changed files with 18 additions and 36 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
* $Id: autoconf.c,v 1.67 1997/05/04 15:24:19 joerg Exp $
* $Id: autoconf.c,v 1.68 1997/05/11 18:05:36 tegge Exp $
*/
/*
@ -45,7 +45,6 @@
* devices are determined (from possibilities mentioned in ioconf.c),
* and the drivers are initialized.
*/
#include "opt_smp.h"
#include "opt_cd9660.h"
#include <sys/param.h>

View File

@ -33,12 +33,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.48 1997/04/26 11:45:24 peter Exp $
* $Id: swtch.s,v 1.49 1997/04/28 08:39:48 fsmp Exp $
*/
#include "npx.h"
#include "opt_user_ldt.h"
#include "opt_smp.h"
#include "opt_smp_privpages.h"
#include <sys/rtprio.h>

View File

@ -30,10 +30,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: exception.s,v 1.2 1997/05/24 17:09:44 smp Exp smp $
* $Id: exception.s,v 1.27 1997/05/26 18:00:34 fsmp Exp $
*/
#include "opt_smp.h"
#include "npx.h" /* NNPX */
#include "assym.s" /* system defines */
#include <sys/errno.h> /* error return codes */

View File

@ -30,10 +30,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: exception.s,v 1.2 1997/05/24 17:09:44 smp Exp smp $
* $Id: exception.s,v 1.27 1997/05/26 18:00:34 fsmp Exp $
*/
#include "opt_smp.h"
#include "npx.h" /* NNPX */
#include "assym.s" /* system defines */
#include <sys/errno.h> /* error return codes */

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.86 1997/04/26 11:45:08 peter Exp $
* $Id: locore.s,v 1.87 1997/05/15 19:12:56 tegge Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -47,7 +47,6 @@
#include "opt_cpu.h"
#include "opt_ddb.h"
#include "opt_userconfig.h"
#include "opt_smp.h"
#include "opt_smp_privpages.h"
#include "opt_serial.h"

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.86 1997/04/26 11:45:08 peter Exp $
* $Id: locore.s,v 1.87 1997/05/15 19:12:56 tegge Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -47,7 +47,6 @@
#include "opt_cpu.h"
#include "opt_ddb.h"
#include "opt_userconfig.h"
#include "opt_smp.h"
#include "opt_smp_privpages.h"
#include "opt_serial.h"

View File

@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
* $Id: pmap.c,v 1.142 1997/04/26 11:45:19 peter Exp $
* $Id: pmap.c,v 1.143 1997/04/27 12:11:43 peter Exp $
*/
/*
@ -68,7 +68,6 @@
* and to when physical maps must be made correct.
*/
#include "opt_smp.h"
#include "opt_cpu.h"
#define PMAP_LOCK 1

View File

@ -30,10 +30,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: support.s,v 1.51 1997/03/05 16:30:55 bde Exp $
* $Id: support.s,v 1.52 1997/04/26 11:45:21 peter Exp $
*/
#include "opt_smp.h"
#include "npx.h"
#include "opt_cpu.h"

View File

@ -30,10 +30,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: support.s,v 1.51 1997/03/05 16:30:55 bde Exp $
* $Id: support.s,v 1.52 1997/04/26 11:45:21 peter Exp $
*/
#include "opt_smp.h"
#include "npx.h"
#include "opt_cpu.h"

View File

@ -33,12 +33,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.48 1997/04/26 11:45:24 peter Exp $
* $Id: swtch.s,v 1.49 1997/04/28 08:39:48 fsmp Exp $
*/
#include "npx.h"
#include "opt_user_ldt.h"
#include "opt_smp.h"
#include "opt_smp_privpages.h"
#include <sys/rtprio.h>

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
* $Id: autoconf.c,v 1.67 1997/05/04 15:24:19 joerg Exp $
* $Id: autoconf.c,v 1.68 1997/05/11 18:05:36 tegge Exp $
*/
/*
@ -45,7 +45,6 @@
* devices are determined (from possibilities mentioned in ioconf.c),
* and the drivers are initialized.
*/
#include "opt_smp.h"
#include "opt_cd9660.h"
#include <sys/param.h>

View File

@ -30,10 +30,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: exception.s,v 1.2 1997/05/24 17:09:44 smp Exp smp $
* $Id: exception.s,v 1.27 1997/05/26 18:00:34 fsmp Exp $
*/
#include "opt_smp.h"
#include "npx.h" /* NNPX */
#include "assym.s" /* system defines */
#include <sys/errno.h> /* error return codes */

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
* $Id: locore.s,v 1.86 1997/04/26 11:45:08 peter Exp $
* $Id: locore.s,v 1.87 1997/05/15 19:12:56 tegge Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@ -47,7 +47,6 @@
#include "opt_cpu.h"
#include "opt_ddb.h"
#include "opt_userconfig.h"
#include "opt_smp.h"
#include "opt_smp_privpages.h"
#include "opt_serial.h"

View File

@ -32,11 +32,10 @@
* SUCH DAMAGE.
*
* from: Steve McCanne's microtime code
* $Id: microtime.s,v 1.21 1997/04/26 11:45:13 peter Exp $
* $Id: microtime.s,v 1.22 1997/04/26 19:47:59 peter Exp $
*/
#include "opt_cpu.h"
#include "opt_smp.h"
#ifdef APIC_IO
#include <machine/apic.h>

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $Id: mplock.s,v 1.1 1997/05/03 19:00:42 smp Exp smp $
* $Id: mplock.s,v 1.2 1997/05/03 19:24:16 fsmp Exp $
*
* Functions for locking between CPUs in a SMP system.
*
@ -22,7 +22,6 @@
*/
#include "opt_ddb.h"
#include "opt_smp.h"
#include "assym.s" /* system definitions */
#include <machine/specialreg.h> /* x86 special registers */
#include <machine/asmacros.h> /* miscellaneous asm macros */

View File

@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
* $Id: pmap.c,v 1.142 1997/04/26 11:45:19 peter Exp $
* $Id: pmap.c,v 1.143 1997/04/27 12:11:43 peter Exp $
*/
/*
@ -68,7 +68,6 @@
* and to when physical maps must be made correct.
*/
#include "opt_smp.h"
#include "opt_cpu.h"
#define PMAP_LOCK 1

View File

@ -30,10 +30,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: support.s,v 1.51 1997/03/05 16:30:55 bde Exp $
* $Id: support.s,v 1.52 1997/04/26 11:45:21 peter Exp $
*/
#include "opt_smp.h"
#include "npx.h"
#include "opt_cpu.h"

View File

@ -33,12 +33,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.48 1997/04/26 11:45:24 peter Exp $
* $Id: swtch.s,v 1.49 1997/04/28 08:39:48 fsmp Exp $
*/
#include "npx.h"
#include "opt_user_ldt.h"
#include "opt_smp.h"
#include "opt_smp_privpages.h"
#include <sys/rtprio.h>