summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-01 08:39:07 +0000
committerbde <bde@FreeBSD.org>1997-04-01 08:39:07 +0000
commit278256e73a2ea3636d2fda018e49ae7495bc6e08 (patch)
tree6865b944d7a55377a340bf37915f2f89441f0531 /sys/alpha
parentd6083d03a2f16f0add0411ba464174bd5100690c (diff)
downloadFreeBSD-src-278256e73a2ea3636d2fda018e49ae7495bc6e08.zip
FreeBSD-src-278256e73a2ea3636d2fda018e49ae7495bc6e08.tar.gz
Removed potentially harmful garbage <vm/lock.h> and fixed bogus
use of it. It was actually harmless because the use was null due to fortuitous include orders and identical (wrong) idempotency macros.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/linux/linux_sysvec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/linux/linux_sysvec.c b/sys/alpha/linux/linux_sysvec.c
index f862038..7ae089e 100644
--- a/sys/alpha/linux/linux_sysvec.c
+++ b/sys/alpha/linux/linux_sysvec.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: linux_sysvec.c,v 1.11 1997/02/22 09:38:26 peter Exp $
+ * $Id: linux_sysvec.c,v 1.12 1997/03/29 10:50:27 peter Exp $
*/
/* XXX we use functions that might not exist. */
@@ -44,7 +44,7 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/vm_prot.h>
-#include <vm/lock.h>
+#include <sys/lock.h>
#include <vm/vm_kern.h>
#include <vm/vm_object.h>
#include <vm/vm_page.h>
OpenPOWER on IntegriCloud