mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-16 01:03:57 -04:00
8 lines
161 B
C
8 lines
161 B
C
#ifndef _BLACKFIN_PGALLOC_H
|
|
#define _BLACKFIN_PGALLOC_H
|
|
|
|
#include <asm/setup.h>
|
|
|
|
#define check_pgt_cache() do { } while (0)
|
|
|
|
#endif /* _BLACKFIN_PGALLOC_H */
|