sys_marvel.c (498495dba268b20e8eadd7fe93c140c68b6cc9d2) sys_marvel.c (82c849eb36fe6dcfa955b25c7aad71b5c1b4403c)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * linux/arch/alpha/kernel/sys_marvel.c
4 *
5 * Marvel / IO7 support
6 */
7
8#include <linux/kernel.h>

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

392 /* Clear any io7 errors. */
393 for (io7 = NULL; (io7 = marvel_next_io7(io7)) != NULL; )
394 io7_clear_errors(io7);
395}
396
397static void __init
398marvel_init_rtc(void)
399{
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * linux/arch/alpha/kernel/sys_marvel.c
4 *
5 * Marvel / IO7 support
6 */
7
8#include <linux/kernel.h>

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

392 /* Clear any io7 errors. */
393 for (io7 = NULL; (io7 = marvel_next_io7(io7)) != NULL; )
394 io7_clear_errors(io7);
395}
396
397static void __init
398marvel_init_rtc(void)
399{
400 init_rtc_irq();
400 init_rtc_irq(NULL);
401}
402
403static void
404marvel_smp_callin(void)
405{
406 int cpuid = hard_smp_processor_id();
407 struct io7 *io7 = marvel_find_io7(cpuid);
408 unsigned int i;

--- 63 unchanged lines hidden ---
401}
402
403static void
404marvel_smp_callin(void)
405{
406 int cpuid = hard_smp_processor_id();
407 struct io7 *io7 = marvel_find_io7(cpuid);
408 unsigned int i;

--- 63 unchanged lines hidden ---