| .. | .. |
|---|
| 27 | 27 | #include <linux/console.h> |
|---|
| 28 | 28 | #include <linux/errno.h> |
|---|
| 29 | 29 | #include <linux/string.h> |
|---|
| 30 | | -#include <linux/bootmem.h> |
|---|
| 31 | 30 | #include <linux/memblock.h> |
|---|
| 32 | 31 | #include <linux/seq_file.h> |
|---|
| 33 | 32 | #include <linux/init.h> |
|---|
| .. | .. |
|---|
| 39 | 38 | #include <asm/bootinfo.h> |
|---|
| 40 | 39 | #include <asm/irq.h> |
|---|
| 41 | 40 | #include <asm/machdep.h> |
|---|
| 42 | | -#include <asm/pgtable.h> |
|---|
| 43 | 41 | #include <asm/sections.h> |
|---|
| 44 | 42 | |
|---|
| 45 | 43 | unsigned long memory_start; |
|---|
| .. | .. |
|---|
| 147 | 145 | *cmdline_p = &command_line[0]; |
|---|
| 148 | 146 | memcpy(boot_command_line, command_line, COMMAND_LINE_SIZE); |
|---|
| 149 | 147 | boot_command_line[COMMAND_LINE_SIZE-1] = 0; |
|---|
| 150 | | - |
|---|
| 151 | | -#if defined(CONFIG_FRAMEBUFFER_CONSOLE) && defined(CONFIG_DUMMY_CONSOLE) |
|---|
| 152 | | - conswitchp = &dummy_con; |
|---|
| 153 | | -#endif |
|---|
| 154 | 148 | |
|---|
| 155 | 149 | /* |
|---|
| 156 | 150 | * Give all the memory to the bootmap allocator, tell it to put the |
|---|