cfe.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | cfe.c (ff2c8252bfbf069dda1e53353a63b560f1369f59) |
---|---|
1/* 2 * Copyright (C) 2000, 2001, 2002, 2003 Broadcom Corporation 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License 6 * as published by the Free Software Foundation; either version 2 7 * of the License, or (at your option) any later version. 8 * --- 215 unchanged lines hidden (view full) --- 224 printk("Bad initrd argument. Disabling initrd\n"); 225 initrd_start = 0; 226 initrd_end = 0; 227 return 1; 228} 229 230#endif 231 | 1/* 2 * Copyright (C) 2000, 2001, 2002, 2003 Broadcom Corporation 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License 6 * as published by the Free Software Foundation; either version 2 7 * of the License, or (at your option) any later version. 8 * --- 215 unchanged lines hidden (view full) --- 224 printk("Bad initrd argument. Disabling initrd\n"); 225 initrd_start = 0; 226 initrd_end = 0; 227 return 1; 228} 229 230#endif 231 |
232extern struct plat_smp_ops sb_smp_ops; 233extern struct plat_smp_ops bcm1480_smp_ops; | 232extern const struct plat_smp_ops sb_smp_ops; 233extern const struct plat_smp_ops bcm1480_smp_ops; |
234 235/* 236 * prom_init is called just after the cpu type is determined, from setup_arch() 237 */ 238void __init prom_init(void) 239{ 240 uint64_t cfe_ept, cfe_handle; 241 unsigned int cfe_eptseal; --- 103 unchanged lines hidden --- | 234 235/* 236 * prom_init is called just after the cpu type is determined, from setup_arch() 237 */ 238void __init prom_init(void) 239{ 240 uint64_t cfe_ept, cfe_handle; 241 unsigned int cfe_eptseal; --- 103 unchanged lines hidden --- |