Searched hist:"1 b2425e3c79984975a1a3e6fa84512f23d96da9f" (Results 1 – 3 of 3) sorted by relevance
/linux/arch/parisc/kernel/ |
H A D | smp.c | diff 1b2425e3c79984975a1a3e6fa84512f23d96da9f Wed Jan 11 02:47:49 CET 2006 Matthew Wilcox <willy@parisc-linux.org> [PARISC] Make local cache flushes take a void *
Make flush_data_cache_local, flush_instruction_cache_local and flush_tlb_all_local take a void * so they don't have to be cast when using on_each_cpu(). This becomes a problem when on_each_cpu is a macro (as it is in current -mm).
Also move the prototype of flush_tlb_all_local into tlbflush.h and remove its declaration from .c files.
Signed-off-by: Matthew Wilcox <willy@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
|
H A D | cache.c | diff 1b2425e3c79984975a1a3e6fa84512f23d96da9f Wed Jan 11 02:47:49 CET 2006 Matthew Wilcox <willy@parisc-linux.org> [PARISC] Make local cache flushes take a void *
Make flush_data_cache_local, flush_instruction_cache_local and flush_tlb_all_local take a void * so they don't have to be cast when using on_each_cpu(). This becomes a problem when on_each_cpu is a macro (as it is in current -mm).
Also move the prototype of flush_tlb_all_local into tlbflush.h and remove its declaration from .c files.
Signed-off-by: Matthew Wilcox <willy@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
|
/linux/arch/parisc/mm/ |
H A D | init.c | diff 1b2425e3c79984975a1a3e6fa84512f23d96da9f Wed Jan 11 02:47:49 CET 2006 Matthew Wilcox <willy@parisc-linux.org> [PARISC] Make local cache flushes take a void *
Make flush_data_cache_local, flush_instruction_cache_local and flush_tlb_all_local take a void * so they don't have to be cast when using on_each_cpu(). This becomes a problem when on_each_cpu is a macro (as it is in current -mm).
Also move the prototype of flush_tlb_all_local into tlbflush.h and remove its declaration from .c files.
Signed-off-by: Matthew Wilcox <willy@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
|