Home
last modified time | relevance | path

Searched refs:lantiq_smp_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/mips/lantiq/
H A Dprom.c36 static struct plat_smp_ops lantiq_smp_ops; variable
111 lantiq_smp_ops = vsmp_smp_ops; in prom_init()
113 lantiq_smp_ops.init_secondary = lantiq_init_secondary; in prom_init()
114 register_smp_ops(&lantiq_smp_ops); in prom_init()