Linux Kernel
3.7.1
|
#include <linux/unistd.h>
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/minix_fs.h>
#include <linux/romfs_fs.h>
#include <linux/initrd.h>
#include <linux/sched.h>
#include <linux/freezer.h>
#include <linux/kmod.h>
#include "do_mounts.h"
Go to the source code of this file.
Functions | |
__setup ("noinitrd", no_initrd) | |
int __init | initrd_load (void) |
Variables | |
unsigned long | initrd_start |
unsigned long | initrd_end |
int | initrd_below_start_ok |
unsigned int | real_root_dev |
__setup | ( | "noinitrd" | , |
no_initrd | |||
) |
Definition at line 108 of file do_mounts_initrd.c.
int initrd_below_start_ok |
Definition at line 24 of file do_mounts_initrd.c.
unsigned long initrd_end |
Definition at line 23 of file do_mounts_initrd.c.
unsigned long initrd_start |
Definition at line 23 of file do_mounts_initrd.c.
unsigned int real_root_dev |
Definition at line 25 of file do_mounts_initrd.c.