NCPU will always be 1 if this file is being compiled at all, so don't bother
checking it.
This commit is contained in:
parent
f578e88d0f
commit
2029721f3f
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpu.c,v 1.7 2001/03/03 17:09:25 bjh21 Exp $ */
|
||||
/* $NetBSD: cpu.c,v 1.8 2001/03/03 17:46:31 bjh21 Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Mark Brinicombe.
|
||||
|
@ -61,11 +61,6 @@
|
|||
#include <arm32/fpe-arm/armfpe.h>
|
||||
#endif /* ARMFPE */
|
||||
|
||||
#include "cpu.h"
|
||||
#if NCPU != 1
|
||||
#error Need 1 CPU configured
|
||||
#endif
|
||||
|
||||
struct cpu_softc {
|
||||
struct device sc_device;
|
||||
int sc_open;
|
||||
|
|
Loading…
Reference in New Issue