]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - init/do_mounts_rd.c
init: make initrd/initramfs decompression failure a KERN_EMERG event
[mv-sheeva.git] / init / do_mounts_rd.c
index 91d0cfca507108303f4f12fb0fb67bde30644fc8..027a402708de6c7fa505f989b6151f5ea5bf1935 100644 (file)
@@ -83,7 +83,8 @@ identify_ramdisk_image(int fd, int start_block, decompress_fn *decompressor)
                printk(KERN_NOTICE "RAMDISK: %s image found at block %d\n",
                       compress_name, start_block);
                if (!*decompressor)
-                       printk(KERN_CRIT "RAMDISK: %s decompressor not configured!\n",
+                       printk(KERN_EMERG
+                              "RAMDISK: %s decompressor not configured!\n",
                               compress_name);
                nblocks = 0;
                goto done;