mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Fix of r255318: move sf_buf_alloc()/sf_buf_free() out of #ifdef
ARM_USE_SMALL_ALLOC.
This commit is contained in:
parent
34c916c6d2
commit
fee4c621fc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255352
@ -40,9 +40,6 @@ struct vm_page;
|
||||
|
||||
struct sf_buf;
|
||||
|
||||
struct sf_buf * sf_buf_alloc(struct vm_page *m, int flags);
|
||||
void sf_buf_free(struct sf_buf *sf);
|
||||
|
||||
static __inline vm_offset_t
|
||||
sf_buf_kva(struct sf_buf *sf)
|
||||
{
|
||||
@ -82,4 +79,8 @@ sf_buf_page(struct sf_buf *sf)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
struct sf_buf * sf_buf_alloc(struct vm_page *m, int flags);
|
||||
void sf_buf_free(struct sf_buf *sf);
|
||||
|
||||
#endif /* !_MACHINE_SF_BUF_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user