You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PARISC] Add parisc implementation of flush_kernel_dcache_page()
We need to do a little renaming of our original syntax because of the difference in arguments. Signed-off-by: James Bottomley <jejb@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
committed by
Kyle McMartin
parent
ab43227c8a
commit
ba57583396
@@ -48,7 +48,7 @@ extern void flush_user_icache_range_asm(unsigned long, unsigned long);
|
||||
extern void flush_kernel_icache_range_asm(unsigned long, unsigned long);
|
||||
extern void flush_user_dcache_range_asm(unsigned long, unsigned long);
|
||||
extern void flush_kernel_dcache_range_asm(unsigned long, unsigned long);
|
||||
extern void flush_kernel_dcache_page(void *);
|
||||
extern void flush_kernel_dcache_page_asm(void *);
|
||||
extern void flush_kernel_icache_page(void *);
|
||||
extern void disable_sr_hashing(void); /* turns off space register hashing */
|
||||
extern void disable_sr_hashing_asm(int); /* low level support for above */
|
||||
|
||||
Reference in New Issue
Block a user