diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-01-14 17:33:44 -0500 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-07-02 05:01:29 -0400 |
commit | 5a4d5292779b6163aa41e594a56307e442fbe73c (patch) | |
tree | 39c9e13e248a8cb91c08a979b7432a48da63240b /arch/avr32/Kconfig | |
parent | a9a934f278613885816aa9f177968c1dac557240 (diff) |
avr32: Use a quicklist for PGD allocation
Use a quicklist to allocate process PGDs. This is expected to be
slightly faster since we need to copy entries from swapper_pg_dir,
which can stay around for pages on the PGD quick list.
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 09ad7995080c..a5793c13f50c 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -147,6 +147,9 @@ config PHYS_OFFSET | |||
147 | 147 | ||
148 | source "kernel/Kconfig.preempt" | 148 | source "kernel/Kconfig.preempt" |
149 | 149 | ||
150 | config QUICKLIST | ||
151 | def_bool y | ||
152 | |||
150 | config HAVE_ARCH_BOOTMEM_NODE | 153 | config HAVE_ARCH_BOOTMEM_NODE |
151 | def_bool n | 154 | def_bool n |
152 | 155 | ||