patch-2.4.3 linux/arch/ppc/kernel/chrp_setup.c
Next file: linux/arch/ppc/kernel/head.S
Previous file: linux/arch/ppc/kernel/chrp_pci.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Tue Mar 6 19:28:35 2001
- Orig file:
v2.4.2/linux/arch/ppc/kernel/chrp_setup.c
- Orig date:
Wed Feb 21 18:20:14 2001
diff -u --recursive --new-file v2.4.2/linux/arch/ppc/kernel/chrp_setup.c linux/arch/ppc/kernel/chrp_setup.c
@@ -84,7 +84,7 @@
extern void mackbd_init_hw(void);
extern unsigned char mackbd_sysrq_xlate[128];
-kdev_t boot_dev;
+extern kdev_t boot_dev;
extern PTE *Hash, *Hash_end;
extern unsigned long Hash_size, Hash_mask;
@@ -237,7 +237,6 @@
void __init
chrp_setup_arch(void)
{
- extern char cmd_line[];
struct device_node *device;
/* init to some ~sane value until calibrate_delay() runs */
@@ -252,7 +251,6 @@
else
#endif
ROOT_DEV = to_kdev_t(0x0802); /* sda2 (sda1 is for the kernel) */
- printk("Boot arguments: %s\n", cmd_line);
/* Lookup PCI host bridges */
chrp_find_bridges();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)