sh: Centralize the CPU cache initialization routines.
This provides a central point for CPU cache initialization routines. This replaces the antiquated p3_cache_init() method, which the vast majority of CPUs never cared about. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -230,7 +230,7 @@ void __init mem_init(void)
|
||||
datasize >> 10,
|
||||
initsize >> 10);
|
||||
|
||||
p3_cache_init();
|
||||
cpu_cache_init();
|
||||
|
||||
/* Initialize the vDSO */
|
||||
vsyscall_init();
|
||||
|
Reference in New Issue
Block a user