Dave Hansen wrote:
quoted
+#define set_page_order(page,order)\
+ do {\
+ (page)->private = (order);\
+ SetPagePrivate((page));\
+ } while(0)
+#define invalidate_page_order(page) ClearPagePrivate((page))
+#define page_order(page) ((page)->private)
+
+/*
Can these be made into static inline functions instead of macros?
Okay, I'd like to change these macros to static inline functions.
-- Kame
--
--the clue is these footmarks leading to the door.--
KAMEZAWA Hiroyuki [off-list ref]
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>