Commit c1aa8ae8 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: increase IRQ_KMALLOC_ENTRIES

parent d527cc66
...@@ -81,7 +81,7 @@ unsigned long lpEvent_count = 0; ...@@ -81,7 +81,7 @@ unsigned long lpEvent_count = 0;
* this needs to be removed. * this needs to be removed.
* -- Cort * -- Cort
*/ */
#define IRQ_KMALLOC_ENTRIES 8 #define IRQ_KMALLOC_ENTRIES 16
static int cache_bitmask = 0; static int cache_bitmask = 0;
static struct irqaction malloc_cache[IRQ_KMALLOC_ENTRIES]; static struct irqaction malloc_cache[IRQ_KMALLOC_ENTRIES];
extern int mem_init_done; extern int mem_init_done;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment