diff options
Diffstat (limited to 'fs/proc/proc_misc.c')
| -rw-r--r-- | fs/proc/proc_misc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c index 94b570ad037d..a3453555a94e 100644 --- a/fs/proc/proc_misc.c +++ b/fs/proc/proc_misc.c | |||
| @@ -44,6 +44,7 @@ | |||
| 44 | #include <linux/jiffies.h> | 44 | #include <linux/jiffies.h> |
| 45 | #include <linux/sysrq.h> | 45 | #include <linux/sysrq.h> |
| 46 | #include <linux/vmalloc.h> | 46 | #include <linux/vmalloc.h> |
| 47 | #include <linux/crash_dump.h> | ||
| 47 | #include <asm/uaccess.h> | 48 | #include <asm/uaccess.h> |
| 48 | #include <asm/pgtable.h> | 49 | #include <asm/pgtable.h> |
| 49 | #include <asm/io.h> | 50 | #include <asm/io.h> |
| @@ -618,6 +619,11 @@ void __init proc_misc_init(void) | |||
| 618 | (size_t)high_memory - PAGE_OFFSET + PAGE_SIZE; | 619 | (size_t)high_memory - PAGE_OFFSET + PAGE_SIZE; |
| 619 | } | 620 | } |
| 620 | #endif | 621 | #endif |
| 622 | #ifdef CONFIG_PROC_VMCORE | ||
| 623 | proc_vmcore = create_proc_entry("vmcore", S_IRUSR, NULL); | ||
| 624 | if (proc_vmcore) | ||
| 625 | proc_vmcore->proc_fops = &proc_vmcore_operations; | ||
| 626 | #endif | ||
| 621 | #ifdef CONFIG_MAGIC_SYSRQ | 627 | #ifdef CONFIG_MAGIC_SYSRQ |
| 622 | entry = create_proc_entry("sysrq-trigger", S_IWUSR, NULL); | 628 | entry = create_proc_entry("sysrq-trigger", S_IWUSR, NULL); |
| 623 | if (entry) | 629 | if (entry) |
