summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-04-06 20:37:53 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-04-06 20:37:53 +0000
commit28400fae1b342b9c5d57327c525ecf50b259761e (patch)
treec882084e569b35d5e77a2193f031575a97b2227d /sys
parentd6078dcec0f8d2f32163a0521bc99061d13833c3 (diff)
Remove the only (commented) instance of UVM_PAGE_INLINE from the tree
now that it has been removed. uncommenting that would not even have been the correct way to enable it. ok miod@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/m68k/m68k/pmap_motorola.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/m68k/m68k/pmap_motorola.c b/sys/arch/m68k/m68k/pmap_motorola.c
index 4e148797887..f4f58fe653b 100644
--- a/sys/arch/m68k/m68k/pmap_motorola.c
+++ b/sys/arch/m68k/m68k/pmap_motorola.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap_motorola.c,v 1.54 2008/06/26 05:42:11 ray Exp $ */
+/* $OpenBSD: pmap_motorola.c,v 1.55 2009/04/06 20:37:52 oga Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -154,7 +154,6 @@
#include <machine/pte.h>
-/* #define UVM_PAGE_INLINE */
#include <uvm/uvm.h>
#include <machine/cpu.h>