setup.c (868108784ccf0add6ac593bfbc2eb5a0804af48d) setup.c (4c9d2800be5dfabf26acdeb401cbabe9edc1dcf2)
1/*
2 * linux/arch/powerpc/platforms/cell/cell_setup.c
3 *
4 * Copyright (C) 1995 Linus Torvalds
5 * Adapted from 'alpha' version by Gary Thomas
6 * Modified by Cort Dougan (cort@cs.nmt.edu)
7 * Modified by PPC64 Team, IBM Corp
8 * Modified by Cell Team, IBM Deutschland Entwicklung GmbH

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

251 .halt = rtas_halt,
252 .get_boot_time = rtas_get_boot_time,
253 .get_rtc_time = rtas_get_rtc_time,
254 .set_rtc_time = rtas_set_rtc_time,
255 .calibrate_decr = generic_calibrate_decr,
256 .check_legacy_ioport = cell_check_legacy_ioport,
257 .progress = cell_progress,
258 .init_IRQ = cell_init_irq,
1/*
2 * linux/arch/powerpc/platforms/cell/cell_setup.c
3 *
4 * Copyright (C) 1995 Linus Torvalds
5 * Adapted from 'alpha' version by Gary Thomas
6 * Modified by Cort Dougan (cort@cs.nmt.edu)
7 * Modified by PPC64 Team, IBM Corp
8 * Modified by Cell Team, IBM Deutschland Entwicklung GmbH

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

251 .halt = rtas_halt,
252 .get_boot_time = rtas_get_boot_time,
253 .get_rtc_time = rtas_get_rtc_time,
254 .set_rtc_time = rtas_set_rtc_time,
255 .calibrate_decr = generic_calibrate_decr,
256 .check_legacy_ioport = cell_check_legacy_ioport,
257 .progress = cell_progress,
258 .init_IRQ = cell_init_irq,
259 .pci_setup_phb = rtas_setup_phb,
259#ifdef CONFIG_KEXEC
260 .machine_kexec = default_machine_kexec,
261 .machine_kexec_prepare = default_machine_kexec_prepare,
262 .machine_crash_shutdown = default_machine_crash_shutdown,
263#endif
264};
260#ifdef CONFIG_KEXEC
261 .machine_kexec = default_machine_kexec,
262 .machine_kexec_prepare = default_machine_kexec_prepare,
263 .machine_crash_shutdown = default_machine_crash_shutdown,
264#endif
265};