setup.c (ae027ead87b13cff99b4f48da7696aa4fe75393b) | setup.c (b27311e1cace4e296ace786c886d22f7a8ec78d6) |
---|---|
1/* 2 * linux/arch/mips/txx9/generic/setup.c 3 * 4 * Based on linux/arch/mips/txx9/rbtx4938/setup.c, 5 * and RBTX49xx patch from CELF patch archive. 6 * 7 * 2003-2005 (c) MontaVista Software, Inc. 8 * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 --- 358 unchanged lines hidden (view full) --- 367 txx9_board_vec = &rbtx4937_vec; 368 break; 369#endif 370#ifdef CONFIG_TOSHIBA_RBTX4938 371 case 0x4938: 372 txx9_board_vec = &rbtx4938_vec; 373 break; 374#endif | 1/* 2 * linux/arch/mips/txx9/generic/setup.c 3 * 4 * Based on linux/arch/mips/txx9/rbtx4938/setup.c, 5 * and RBTX49xx patch from CELF patch archive. 6 * 7 * 2003-2005 (c) MontaVista Software, Inc. 8 * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 --- 358 unchanged lines hidden (view full) --- 367 txx9_board_vec = &rbtx4937_vec; 368 break; 369#endif 370#ifdef CONFIG_TOSHIBA_RBTX4938 371 case 0x4938: 372 txx9_board_vec = &rbtx4938_vec; 373 break; 374#endif |
375#ifdef CONFIG_TOSHIBA_RBTX4939 376 case 0x4939: 377 txx9_board_vec = &rbtx4939_vec; 378 break; 379#endif |
|
375 } 376#endif 377} 378 379void __init prom_init(void) 380{ 381 prom_init_cmdline(); 382 preprocess_cmdline(); --- 380 unchanged lines hidden --- | 380 } 381#endif 382} 383 384void __init prom_init(void) 385{ 386 prom_init_cmdline(); 387 preprocess_cmdline(); --- 380 unchanged lines hidden --- |