|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/mm.h>#include <linux/bootmem.h>#include <asm/pgtable.h>#include <linux/seq_file.h>#include <linux/screen_info.h>#include <linux/utsname.h>#include <linux/pfn.h>#include <linux/cpu.h>#include <asm/setup.h>#include <arch/system.h>Go to the source code of this file.
Functions | |
| void | show_etrax_copyright (void) |
| void __init | setup_arch (char **cmdline_p) |
| int | show_cpuinfo (struct seq_file *m, void *v) |
| subsys_initcall (topology_init) | |
Variables | |
| struct screen_info | screen_info |
| int | root_mountflags |
| char | _etext |
| char | _edata |
| char | _end |
| char __initdata | cris_command_line [COMMAND_LINE_SIZE] = { 0, } |
| const unsigned long | text_start |
| const unsigned long | edata |
| unsigned long | dram_start |
| unsigned long | dram_end |
| unsigned long | romfs_start |
| unsigned long | romfs_length |
| unsigned long | romfs_in_flash |
| struct seq_operations | cpuinfo_op |
| subsys_initcall | ( | topology_init | ) |
| char _edata |
| char _end |
| char _etext |
| struct seq_operations cpuinfo_op |
| char __initdata cris_command_line[COMMAND_LINE_SIZE] = { 0, } |
| unsigned long dram_end |
| unsigned long dram_start |
| unsigned long romfs_in_flash |
| unsigned long romfs_length |
| unsigned long romfs_start |
| int root_mountflags |
Definition at line 38 of file do_mounts.c.
1.8.2