Searched hist:"797245 f5da543074ee7db0e0516da744c89aa17f" (Results 1 – 4 of 4) sorted by relevance
/linux/arch/arm/include/asm/ |
H A D | thread_notify.h | diff 797245f5da543074ee7db0e0516da744c89aa17f Fri Dec 18 15:34:43 CET 2009 Russell King <rmk+kernel@arm.linux.org.uk> ARM: Convert VFP/Crunch/XscaleCP thread_release() to exit_thread()
This avoids races in the VFP code where the dead thread may have state on another CPU. By moving this code to exit_thread(), we will be running as the thread, and therefore be running on the current CPU.
This means that we can ensure that the only local state is accessed in the thread notifiers.
Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/linux/arch/arm/kernel/ |
H A D | xscale-cp0.c | diff 797245f5da543074ee7db0e0516da744c89aa17f Fri Dec 18 15:34:43 CET 2009 Russell King <rmk+kernel@arm.linux.org.uk> ARM: Convert VFP/Crunch/XscaleCP thread_release() to exit_thread()
This avoids races in the VFP code where the dead thread may have state on another CPU. By moving this code to exit_thread(), we will be running as the thread, and therefore be running on the current CPU.
This means that we can ensure that the only local state is accessed in the thread notifiers.
Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
H A D | process.c | diff 797245f5da543074ee7db0e0516da744c89aa17f Fri Dec 18 15:34:43 CET 2009 Russell King <rmk+kernel@arm.linux.org.uk> ARM: Convert VFP/Crunch/XscaleCP thread_release() to exit_thread()
This avoids races in the VFP code where the dead thread may have state on another CPU. By moving this code to exit_thread(), we will be running as the thread, and therefore be running on the current CPU.
This means that we can ensure that the only local state is accessed in the thread notifiers.
Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/linux/arch/arm/vfp/ |
H A D | vfpmodule.c | diff 797245f5da543074ee7db0e0516da744c89aa17f Fri Dec 18 15:34:43 CET 2009 Russell King <rmk+kernel@arm.linux.org.uk> ARM: Convert VFP/Crunch/XscaleCP thread_release() to exit_thread()
This avoids races in the VFP code where the dead thread may have state on another CPU. By moving this code to exit_thread(), we will be running as the thread, and therefore be running on the current CPU.
This means that we can ensure that the only local state is accessed in the thread notifiers.
Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|