summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/pmap.c3
-rw-r--r--sys/i386/i386/pmap.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index ee74a72..c502ae3 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
- * $Id: pmap.c,v 1.195 1998/05/11 02:13:42 dyson Exp $
+ * $Id: pmap.c,v 1.196 1998/05/11 08:11:57 dyson Exp $
*/
/*
@@ -496,6 +496,7 @@ pmap_setdevram(unsigned long long basea, vm_offset_t sizea)
unsigned long long base;
unsigned long long mask;
+ return;
if (cpu != CPU_686)
return;
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index ee74a72..c502ae3 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
- * $Id: pmap.c,v 1.195 1998/05/11 02:13:42 dyson Exp $
+ * $Id: pmap.c,v 1.196 1998/05/11 08:11:57 dyson Exp $
*/
/*
@@ -496,6 +496,7 @@ pmap_setdevram(unsigned long long basea, vm_offset_t sizea)
unsigned long long base;
unsigned long long mask;
+ return;
if (cpu != CPU_686)
return;
OpenPOWER on IntegriCloud