|
@@ -353,8 +353,13 @@ static inline int page_is_rtas_user_buf(unsigned long pfn)
|
|
|
return 1;
|
|
|
return 0;
|
|
|
}
|
|
|
+
|
|
|
+/* Not the best place to put pSeries_coalesce_init, will be fixed when we
|
|
|
+ * move some of the rtas suspend-me stuff to pseries */
|
|
|
+extern void pSeries_coalesce_init(void);
|
|
|
#else
|
|
|
static inline int page_is_rtas_user_buf(unsigned long pfn) { return 0;}
|
|
|
+static inline void pSeries_coalesce_init(void) { }
|
|
|
#endif
|
|
|
|
|
|
extern int call_rtas(const char *, int, int, unsigned long *, ...);
|