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
FRV: Replace pgd management via slabs through quicklists
This is done in order to be able to run SLUB which expects no modifications to its page structs. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
34013886ef
commit
8defab3377
@@ -3,7 +3,11 @@
|
||||
|
||||
#include <asm/tlbflush.h>
|
||||
|
||||
#ifdef CONFIG_MMU
|
||||
extern void check_pgt_cache(void);
|
||||
#else
|
||||
#define check_pgt_cache() do {} while(0)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* we don't need any special per-pte or per-vma handling...
|
||||
|
||||
Reference in New Issue
Block a user