2 * mm_init.c - Memory initialisation verification and debugging
4 * Copyright 2008 IBM Corporation, 2008
5 * Author Mel Gorman <mel@csn.ul.ie>
8 #include <linux/kernel.h>
9 #include <linux/init.h>
11 int __meminitdata mminit_loglevel;
13 static __init int set_mminit_loglevel(char *str)
15 get_option(&str, &mminit_loglevel);
18 early_param("mminit_loglevel", set_mminit_loglevel);