|
@@ -39,6 +39,11 @@ struct memblock {
|
|
|
};
|
|
|
|
|
|
extern struct memblock memblock;
|
|
|
+extern int memblock_debug;
|
|
|
+extern int memblock_can_resize;
|
|
|
+
|
|
|
+#define memblock_dbg(fmt, ...) \
|
|
|
+ if (memblock_debug) printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
|
|
|
|
|
|
extern void __init memblock_init(void);
|
|
|
extern void __init memblock_analyze(void);
|