Home
last modified time | relevance | path

Searched hist:de58ed5e16e62f36c7ed05552f18b7f9c647dcaf (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dcpu_ops.cdiff de58ed5e16e62f36c7ed05552f18b7f9c647dcaf Wed Mar 18 18:01:44 CDT 2020 Gavin Shan <gshan@redhat.com> arm64: Introduce get_cpu_ops() helper function

This introduces get_cpu_ops() to return the CPU operations according to
the given CPU index. For now, it simply returns the @cpu_ops[cpu] as
before. Also, helper function __cpu_try_die() is introduced to be shared
by cpu_die() and ipi_cpu_crash_stop(). So it shouldn't introduce any
functional changes.

Signed-off-by: Gavin Shan <gshan@redhat.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
H A Dcpuidle.cdiff de58ed5e16e62f36c7ed05552f18b7f9c647dcaf Wed Mar 18 18:01:44 CDT 2020 Gavin Shan <gshan@redhat.com> arm64: Introduce get_cpu_ops() helper function

This introduces get_cpu_ops() to return the CPU operations according to
the given CPU index. For now, it simply returns the @cpu_ops[cpu] as
before. Also, helper function __cpu_try_die() is introduced to be shared
by cpu_die() and ipi_cpu_crash_stop(). So it shouldn't introduce any
functional changes.

Signed-off-by: Gavin Shan <gshan@redhat.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
H A Dsetup.cdiff de58ed5e16e62f36c7ed05552f18b7f9c647dcaf Wed Mar 18 18:01:44 CDT 2020 Gavin Shan <gshan@redhat.com> arm64: Introduce get_cpu_ops() helper function

This introduces get_cpu_ops() to return the CPU operations according to
the given CPU index. For now, it simply returns the @cpu_ops[cpu] as
before. Also, helper function __cpu_try_die() is introduced to be shared
by cpu_die() and ipi_cpu_crash_stop(). So it shouldn't introduce any
functional changes.

Signed-off-by: Gavin Shan <gshan@redhat.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
H A Dsmp.cdiff de58ed5e16e62f36c7ed05552f18b7f9c647dcaf Wed Mar 18 18:01:44 CDT 2020 Gavin Shan <gshan@redhat.com> arm64: Introduce get_cpu_ops() helper function

This introduces get_cpu_ops() to return the CPU operations according to
the given CPU index. For now, it simply returns the @cpu_ops[cpu] as
before. Also, helper function __cpu_try_die() is introduced to be shared
by cpu_die() and ipi_cpu_crash_stop(). So it shouldn't introduce any
functional changes.

Signed-off-by: Gavin Shan <gshan@redhat.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
/openbmc/linux/arch/arm64/include/asm/
H A Dcpu_ops.hdiff de58ed5e16e62f36c7ed05552f18b7f9c647dcaf Wed Mar 18 18:01:44 CDT 2020 Gavin Shan <gshan@redhat.com> arm64: Introduce get_cpu_ops() helper function

This introduces get_cpu_ops() to return the CPU operations according to
the given CPU index. For now, it simply returns the @cpu_ops[cpu] as
before. Also, helper function __cpu_try_die() is introduced to be shared
by cpu_die() and ipi_cpu_crash_stop(). So it shouldn't introduce any
functional changes.

Signed-off-by: Gavin Shan <gshan@redhat.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>