sh: generic quicklist support.

This moves SH over to the generic quicklists. As per x86_64,
we have special mappings for the PGDs, so these go on their
own list..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2007-05-08 11:55:21 +09:00
committed by Paul Mundt
parent 36f021b579
commit 5f8c9908f2
5 changed files with 36 additions and 17 deletions

View File

@@ -18,6 +18,7 @@
#include <asm/kdebug.h>
#include <asm/uaccess.h>
#include <asm/mmu_context.h>
#include <asm/pgalloc.h>
#include <asm/ubc.h>
static int hlt_counter;
@@ -64,6 +65,7 @@ void cpu_idle(void)
preempt_enable_no_resched();
schedule();
preempt_disable();
check_pgt_cache();
}
}