summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/sf_buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/sf_buf.h')
-rw-r--r--sys/ia64/include/sf_buf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/ia64/include/sf_buf.h b/sys/ia64/include/sf_buf.h
index 75bcdfa..44d0109 100644
--- a/sys/ia64/include/sf_buf.h
+++ b/sys/ia64/include/sf_buf.h
@@ -41,6 +41,18 @@
*/
struct sf_buf;
+static inline struct sf_buf *
+sf_buf_alloc(struct vm_page *m, int pri)
+{
+
+ return ((struct sf_buf *)m);
+}
+
+static inline void
+sf_buf_free(struct sf_buf *sf)
+{
+}
+
static __inline vm_page_t
sf_buf_page(struct sf_buf *sf)
{
OpenPOWER on IntegriCloud