remove #include "opt_smp.h"

This commit is contained in:
Peter Wemm 1997-05-07 19:50:31 +00:00
parent 503c887bae
commit b34b547455
2 changed files with 2 additions and 9 deletions

View File

@ -30,16 +30,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: ipl.h,v 1.6 1997/04/26 20:04:21 peter Exp $
* $Id: ipl.h,v 1.7 1997/04/27 21:17:56 fsmp Exp $
*/
#ifndef _ISA_IPL_H_
#define _ISA_IPL_H_
#ifdef KERNEL
#include "opt_smp.h"
#endif
#if defined(APIC_IO)
#define NHWI 24 /* number of h/w interrupts */

View File

@ -30,15 +30,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: spl.h,v 1.20 1997/04/29 20:00:41 peter Exp $
* $Id: spl.h,v 1.21 1997/04/29 20:05:47 peter Exp $
*/
#ifndef _MACHINE_IPL_H_
#define _MACHINE_IPL_H_
#ifdef KERNEL
#include "opt_smp.h"
#endif
#include <machine/ipl.h> /* XXX "machine" means cpu for i386 */
/*