setup.c (8c4f1f2958ff9d4a6760f3bdd0cfb7d2b9e12093) | setup.c (cc53291521701f9c7c7265bbb3c140563174d8b2) |
---|---|
1/* 2 * 64-bit pSeries and RS/6000 setup code. 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 * --- 615 unchanged lines hidden (view full) --- 624 .progress = rtas_progress, 625 .check_legacy_ioport = pSeries_check_legacy_ioport, 626 .system_reset_exception = pSeries_system_reset_exception, 627 .machine_check_exception = pSeries_machine_check_exception, 628#ifdef CONFIG_KEXEC 629 .kexec_cpu_down = pseries_kexec_cpu_down, 630 .machine_kexec = default_machine_kexec, 631 .machine_kexec_prepare = default_machine_kexec_prepare, | 1/* 2 * 64-bit pSeries and RS/6000 setup code. 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 * --- 615 unchanged lines hidden (view full) --- 624 .progress = rtas_progress, 625 .check_legacy_ioport = pSeries_check_legacy_ioport, 626 .system_reset_exception = pSeries_system_reset_exception, 627 .machine_check_exception = pSeries_machine_check_exception, 628#ifdef CONFIG_KEXEC 629 .kexec_cpu_down = pseries_kexec_cpu_down, 630 .machine_kexec = default_machine_kexec, 631 .machine_kexec_prepare = default_machine_kexec_prepare, |
632 .machine_crash_shutdown = default_machine_crash_shutdown, |
|
632#endif 633}; | 633#endif 634}; |