sh: Migrate SH-4 cacheflush ops to function pointers.
This paves the way for allowing individual CPUs to overload the individual flushing routines that they care about without having to depend on weak aliases. SH-4 is converted over initially, as it wires up pretty much everything. The majority of the other CPUs will simply use the default no-op implementation with their own region flushers wired up. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -210,6 +210,9 @@ void __init mem_init(void)
|
||||
high_memory = node_high_memory;
|
||||
}
|
||||
|
||||
/* Set this up early, so we can take care of the zero page */
|
||||
cpu_cache_init();
|
||||
|
||||
/* clear the zero-page */
|
||||
memset(empty_zero_page, 0, PAGE_SIZE);
|
||||
__flush_wback_region(empty_zero_page, PAGE_SIZE);
|
||||
@@ -230,8 +233,6 @@ void __init mem_init(void)
|
||||
datasize >> 10,
|
||||
initsize >> 10);
|
||||
|
||||
cpu_cache_init();
|
||||
|
||||
/* Initialize the vDSO */
|
||||
vsyscall_init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user