|
@@ -171,11 +171,6 @@ static void __init cell_setup_arch(void)
|
|
/* init to some ~sane value until calibrate_delay() runs */
|
|
/* init to some ~sane value until calibrate_delay() runs */
|
|
loops_per_jiffy = 50000000;
|
|
loops_per_jiffy = 50000000;
|
|
|
|
|
|
- if (ROOT_DEV == 0) {
|
|
|
|
- printk("No ramdisk, default root is /dev/hda2\n");
|
|
|
|
- ROOT_DEV = Root_HDA2;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
/* Find and initialize PCI host bridges */
|
|
/* Find and initialize PCI host bridges */
|
|
init_pci_config_tokens();
|
|
init_pci_config_tokens();
|
|
find_and_init_phbs();
|
|
find_and_init_phbs();
|