mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
linuxkpi: Add memalloc_noreclaim_save() and memalloc_noreclaim_restore()
They are no-ops. Reviewed by: emaste, manu Approved by: emaste, manu Differential Revision: https://reviews.freebsd.org/D37933
This commit is contained in:
parent
ed53e350d7
commit
cf8f392260
1 changed files with 3 additions and 0 deletions
|
|
@ -36,5 +36,8 @@
|
|||
#define memalloc_nofs_save(x) 0
|
||||
#define memalloc_nofs_restore(x) do { \
|
||||
} while (0)
|
||||
#define memalloc_noreclaim_save(x) 0
|
||||
#define memalloc_noreclaim_restore(x) do { \
|
||||
} while (0)
|
||||
|
||||
#endif /* _BSD_LKPI_LINUX_SCHED_MM_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue