Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/smp.h>
#include <linux/init.h>
#include <linux/pfn.h>
#include <linux/memblock.h>
Go to the source code of this file.
Functions | |
early_param ("memtest", parse_memtest) | |
void __init | early_memtest (unsigned long start, unsigned long end) |
early_param | ( | "memtest" | , |
parse_memtest | |||
) |