setup.c (51d3082fe6e55aecfa17113dbe98077c749f724c) setup.c (cc53291521701f9c7c7265bbb3c140563174d8b2)
1/*
2 * Powermac setup and early boot code plus other random bits.
3 *
4 * PowerPC version
5 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
6 *
7 * Adapted for Power Macintosh by Paul Mackerras
8 * Copyright (C) 1996 Paul Mackerras (paulus@samba.org)

--- 757 unchanged lines hidden (view full) ---

766 .progress = pmac_progress,
767#ifdef CONFIG_PPC64
768 .pci_probe_mode = pmac_pci_probe_mode,
769 .idle_loop = native_idle,
770 .enable_pmcs = power4_enable_pmcs,
771#ifdef CONFIG_KEXEC
772 .machine_kexec = default_machine_kexec,
773 .machine_kexec_prepare = default_machine_kexec_prepare,
1/*
2 * Powermac setup and early boot code plus other random bits.
3 *
4 * PowerPC version
5 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
6 *
7 * Adapted for Power Macintosh by Paul Mackerras
8 * Copyright (C) 1996 Paul Mackerras (paulus@samba.org)

--- 757 unchanged lines hidden (view full) ---

766 .progress = pmac_progress,
767#ifdef CONFIG_PPC64
768 .pci_probe_mode = pmac_pci_probe_mode,
769 .idle_loop = native_idle,
770 .enable_pmcs = power4_enable_pmcs,
771#ifdef CONFIG_KEXEC
772 .machine_kexec = default_machine_kexec,
773 .machine_kexec_prepare = default_machine_kexec_prepare,
774 .machine_crash_shutdown = default_machine_crash_shutdown,
774#endif
775#endif /* CONFIG_PPC64 */
776#ifdef CONFIG_PPC32
777 .pcibios_enable_device_hook = pmac_pci_enable_device_hook,
778 .pcibios_after_init = pmac_pcibios_after_init,
779 .phys_mem_access_prot = pci_phys_mem_access_prot,
780#endif
781};
775#endif
776#endif /* CONFIG_PPC64 */
777#ifdef CONFIG_PPC32
778 .pcibios_enable_device_hook = pmac_pci_enable_device_hook,
779 .pcibios_after_init = pmac_pcibios_after_init,
780 .phys_mem_access_prot = pci_phys_mem_access_prot,
781#endif
782};