~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to arch/tile/kernel/setup.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
912
912
#endif
913
913
}
914
914
 
 
915
#ifdef CONFIG_BLK_DEV_INITRD
 
916
 
915
917
static int __initdata set_initramfs_file;
916
918
static char __initdata initramfs_file[128] = "initramfs.cpio.gz";
917
919
 
969
971
        free_bootmem(__pa(begin), end - begin);
970
972
}
971
973
 
 
974
#else
 
975
static inline void load_hv_initrd(void) {}
 
976
#endif /* CONFIG_BLK_DEV_INITRD */
 
977
 
972
978
static void __init validate_hv(void)
973
979
{
974
980
        /*