X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fproc%2Fproc_misc.c;h=dbe1fa7881488889897a374bc0d7d441fb497568;hb=8d362a01c24ecaf4a92ff4d951b686619b563126;hp=1c4f019cd7e71e3f101f7e4a37bc10d9771b1fb9;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c index 1c4f019cd..dbe1fa788 100644 --- a/fs/proc/proc_misc.c +++ b/fs/proc/proc_misc.c @@ -44,7 +44,6 @@ #include #include #include -#include #include #include @@ -54,8 +53,6 @@ #include #include -#include - #define LOAD_INT(x) ((x) >> FSHIFT) #define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100) /* @@ -658,13 +655,11 @@ void __init proc_misc_init(void) (size_t)high_memory - PAGE_OFFSET + PAGE_SIZE; } #endif - crash_create_proc_entry(); #ifdef CONFIG_MAGIC_SYSRQ entry = create_proc_entry("sysrq-trigger", S_IWUSR, NULL); if (entry) entry->proc_fops = &proc_sysrq_trigger_operations; #endif - crash_enable_by_proc(); #ifdef CONFIG_PPC32 { extern struct file_operations ppc_htab_operations;