···178 * registers (r0 to r3 and lr), but not ip, as we use it as a return179 * value in some cases..180 */181-asm(" .section .sched.text,\"ax\" \n\182 .align 5 \n\183 .globl __down_failed \n\184__down_failed: \n\
···178 * registers (r0 to r3 and lr), but not ip, as we use it as a return179 * value in some cases..180 */181+asm(" .section .sched.text,\"ax\",%progbits \n\182 .align 5 \n\183 .globl __down_failed \n\184__down_failed: \n\
+6
arch/arm/mach-ixp4xx/ixdp425-setup.c
···123 platform_add_devices(ixdp425_devices, ARRAY_SIZE(ixdp425_devices));124}1250126MACHINE_START(IXDP425, "Intel IXDP425 Development Platform")127 /* Maintainer: MontaVista Software, Inc. */128 .phys_ram = PHYS_OFFSET,···135 .boot_params = 0x0100,136 .init_machine = ixdp425_init,137MACHINE_END01380139MACHINE_START(IXDP465, "Intel IXDP465 Development Platform")140 /* Maintainer: MontaVista Software, Inc. */141 .phys_ram = PHYS_OFFSET,···149 .boot_params = 0x0100,150 .init_machine = ixdp425_init,151MACHINE_END01520153MACHINE_START(IXCDP1100, "Intel IXCDP1100 Development Platform")154 /* Maintainer: MontaVista Software, Inc. */155 .phys_ram = PHYS_OFFSET,···163 .boot_params = 0x0100,164 .init_machine = ixdp425_init,165MACHINE_END0166167/*168 * Avila is functionally equivalent to IXDP425 except that it adds
···123 platform_add_devices(ixdp425_devices, ARRAY_SIZE(ixdp425_devices));124}125126+#ifdef CONFIG_ARCH_IXDP465127MACHINE_START(IXDP425, "Intel IXDP425 Development Platform")128 /* Maintainer: MontaVista Software, Inc. */129 .phys_ram = PHYS_OFFSET,···134 .boot_params = 0x0100,135 .init_machine = ixdp425_init,136MACHINE_END137+#endif138139+#ifdef CONFIG_MACH_IXDP465140MACHINE_START(IXDP465, "Intel IXDP465 Development Platform")141 /* Maintainer: MontaVista Software, Inc. */142 .phys_ram = PHYS_OFFSET,···146 .boot_params = 0x0100,147 .init_machine = ixdp425_init,148MACHINE_END149+#endif150151+#ifdef CONFIG_ARCH_PRPMC1100152MACHINE_START(IXCDP1100, "Intel IXCDP1100 Development Platform")153 /* Maintainer: MontaVista Software, Inc. */154 .phys_ram = PHYS_OFFSET,···158 .boot_params = 0x0100,159 .init_machine = ixdp425_init,160MACHINE_END161+#endif162163/*164 * Avila is functionally equivalent to IXDP425 except that it adds