setup.c (8b3d6663c6217e4f50cc3720935a96da9b984117) | setup.c (cc53291521701f9c7c7265bbb3c140563174d8b2) |
---|---|
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 --- 203 unchanged lines hidden (view full) --- 212 .get_boot_time = rtas_get_boot_time, 213 .get_rtc_time = rtas_get_rtc_time, 214 .set_rtc_time = rtas_set_rtc_time, 215 .calibrate_decr = generic_calibrate_decr, 216 .progress = cell_progress, 217#ifdef CONFIG_KEXEC 218 .machine_kexec = default_machine_kexec, 219 .machine_kexec_prepare = default_machine_kexec_prepare, | 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 --- 203 unchanged lines hidden (view full) --- 212 .get_boot_time = rtas_get_boot_time, 213 .get_rtc_time = rtas_get_rtc_time, 214 .set_rtc_time = rtas_set_rtc_time, 215 .calibrate_decr = generic_calibrate_decr, 216 .progress = cell_progress, 217#ifdef CONFIG_KEXEC 218 .machine_kexec = default_machine_kexec, 219 .machine_kexec_prepare = default_machine_kexec_prepare, |
220 .machine_crash_shutdown = default_machine_crash_shutdown, |
|
220#endif 221}; | 221#endif 222}; |