Searched hist:"4 ecf0a43e729a7e641d800c294faabe87378fc05" (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | stop_machine.h | diff 4ecf0a43e729a7e641d800c294faabe87378fc05 Sat Jun 08 12:13:57 CEST 2019 Heiko Carstens <heiko.carstens@de.ibm.com> processor: get rid of cpu_relax_yield
stop_machine is the only user left of cpu_relax_yield. Given that it now has special semantics which are tied to stop_machine introduce a weak stop_machine_yield function which architectures can override, and get rid of the generic cpu_relax_yield implementation.
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
H A D | sched.h | diff 4ecf0a43e729a7e641d800c294faabe87378fc05 Sat Jun 08 12:13:57 CEST 2019 Heiko Carstens <heiko.carstens@de.ibm.com> processor: get rid of cpu_relax_yield
stop_machine is the only user left of cpu_relax_yield. Given that it now has special semantics which are tied to stop_machine introduce a weak stop_machine_yield function which architectures can override, and get rid of the generic cpu_relax_yield implementation.
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
/linux/arch/s390/kernel/ |
H A D | processor.c | diff 4ecf0a43e729a7e641d800c294faabe87378fc05 Sat Jun 08 12:13:57 CEST 2019 Heiko Carstens <heiko.carstens@de.ibm.com> processor: get rid of cpu_relax_yield
stop_machine is the only user left of cpu_relax_yield. Given that it now has special semantics which are tied to stop_machine introduce a weak stop_machine_yield function which architectures can override, and get rid of the generic cpu_relax_yield implementation.
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
/linux/kernel/ |
H A D | stop_machine.c | diff 4ecf0a43e729a7e641d800c294faabe87378fc05 Sat Jun 08 12:13:57 CEST 2019 Heiko Carstens <heiko.carstens@de.ibm.com> processor: get rid of cpu_relax_yield
stop_machine is the only user left of cpu_relax_yield. Given that it now has special semantics which are tied to stop_machine introduce a weak stop_machine_yield function which architectures can override, and get rid of the generic cpu_relax_yield implementation.
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|
/linux/arch/s390/include/asm/ |
H A D | processor.h | diff 4ecf0a43e729a7e641d800c294faabe87378fc05 Sat Jun 08 12:13:57 CEST 2019 Heiko Carstens <heiko.carstens@de.ibm.com> processor: get rid of cpu_relax_yield
stop_machine is the only user left of cpu_relax_yield. Given that it now has special semantics which are tied to stop_machine introduce a weak stop_machine_yield function which architectures can override, and get rid of the generic cpu_relax_yield implementation.
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
|