summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-15 19:09:31 +0000
committerian <ian@FreeBSD.org>2014-05-15 19:09:31 +0000
commit24fc8c91c2a303dba31262f57dc8f84b411be5dd (patch)
tree2e4dfb68203c51cfd6406ba8d87578b7f5b99263 /sys/arm/conf
parentc287c5d5301219fe2fabc25222edae29e314c213 (diff)
downloadFreeBSD-src-24fc8c91c2a303dba31262f57dc8f84b411be5dd.zip
FreeBSD-src-24fc8c91c2a303dba31262f57dc8f84b411be5dd.tar.gz
MFC r257549, r261642
Don't create a distinct free page pool for segregating allocations that are accessed through the direct map unless the kernel configuration actually includes a direct map. Only a few configurations do, and for the rest the unnecessary free page pool is a small pessimization. Remove the ARM_USE_SMALL_ALLOC option and code related to it.
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/AVILA1
-rw-r--r--sys/arm/conf/CAMBRIA1
-rw-r--r--sys/arm/conf/CNS11XXNAS1
-rw-r--r--sys/arm/conf/CRB1
-rw-r--r--sys/arm/conf/EP802191
-rw-r--r--sys/arm/conf/IQ312441
-rw-r--r--sys/arm/conf/NSLU2
7 files changed, 0 insertions, 8 deletions
diff --git a/sys/arm/conf/AVILA b/sys/arm/conf/AVILA
index 4246462..502fd25 100644
--- a/sys/arm/conf/AVILA
+++ b/sys/arm/conf/AVILA
@@ -24,7 +24,6 @@ include "../xscale/ixp425/std.ixp425"
# NB: memory mapping is defined in std.avila
include "../xscale/ixp425/std.avila"
options XSCALE_CACHE_READ_WRITE_ALLOCATE
-#options ARM_USE_SMALL_ALLOC
#To statically compile in device wiring instead of /boot/device.hints
hints "AVILA.hints" #Default places to look for devices.
makeoptions MODULES_OVERRIDE=""
diff --git a/sys/arm/conf/CAMBRIA b/sys/arm/conf/CAMBRIA
index 377f45d..57c6387 100644
--- a/sys/arm/conf/CAMBRIA
+++ b/sys/arm/conf/CAMBRIA
@@ -24,7 +24,6 @@ include "../xscale/ixp425/std.ixp435"
# NB: memory mapping is defined in std.avila
include "../xscale/ixp425/std.avila"
options XSCALE_CACHE_READ_WRITE_ALLOCATE
-#options ARM_USE_SMALL_ALLOC
#To statically compile in device wiring instead of /boot/device.hints
hints "CAMBRIA.hints" # Default places to look for devices.
diff --git a/sys/arm/conf/CNS11XXNAS b/sys/arm/conf/CNS11XXNAS
index 18d84e5..c459d0e 100644
--- a/sys/arm/conf/CNS11XXNAS
+++ b/sys/arm/conf/CNS11XXNAS
@@ -102,7 +102,6 @@ device loop
device md
device random # Entropy device
-#options ARM_USE_SMALL_ALLOC
device usb
#options USB_DEBUG
diff --git a/sys/arm/conf/CRB b/sys/arm/conf/CRB
index 850121e..0a19f3b 100644
--- a/sys/arm/conf/CRB
+++ b/sys/arm/conf/CRB
@@ -106,6 +106,5 @@ device md
device random # Entropy device
device iopwdog
-options ARM_USE_SMALL_ALLOC
# Floppy drives
diff --git a/sys/arm/conf/EP80219 b/sys/arm/conf/EP80219
index 8d2c5bf..107ef4b 100644
--- a/sys/arm/conf/EP80219
+++ b/sys/arm/conf/EP80219
@@ -101,7 +101,6 @@ options XSCALE_CACHE_READ_WRITE_ALLOCATE
device md
device random # Entropy device
-options ARM_USE_SMALL_ALLOC
# Floppy drives
options INCLUDE_CONFIG_FILE # Include this file in kernel
diff --git a/sys/arm/conf/IQ31244 b/sys/arm/conf/IQ31244
index c1cbc13..ba303c7 100644
--- a/sys/arm/conf/IQ31244
+++ b/sys/arm/conf/IQ31244
@@ -106,6 +106,5 @@ options XSCALE_CACHE_READ_WRITE_ALLOCATE
device md
device random # Entropy device
-options ARM_USE_SMALL_ALLOC
# Floppy drives
diff --git a/sys/arm/conf/NSLU b/sys/arm/conf/NSLU
index efbdbd1..3da5adf 100644
--- a/sys/arm/conf/NSLU
+++ b/sys/arm/conf/NSLU
@@ -105,8 +105,6 @@ device loop
device md
device random # Entropy device
-#options ARM_USE_SMALL_ALLOC
-
device usb
options USB_DEBUG
device ohci
OpenPOWER on IntegriCloud