This website requires JavaScript.
About
Status
₊˚⊹Discord
Explore
Register
Sign in
Reference in a new issue
Blame
Copy permalink
Reference in a new issue
Copy permalink
kernel
/
linux
Star
0
Fork
You've already forked linux
0
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced
2026-09-24 18:16:04 +00:00
Code
Issues
Releases
Packages
Activity
b38cc64200
linux
/
include
/
asm-sh
/
processor_32.h
219 lines
5 KiB
Raw
Normal View
History
sh: Split out processor.h in to _32 and _64 variants. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-11-09 17:08:54 +09:00
aout: move STACK_TOP[_MAX] to asm/processor.h Move STACK_TOP[_MAX] out of asm/a.out.h and into asm/processor.h as they're required whether or not A.OUT format is available. Signed-off-by: David Howells <dhowells@redhat.com> Cc: <linux-arch@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-08 04:19:26 -08:00
sh: Split out processor.h in to _32 and _64 variants. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-11-09 17:08:54 +09:00
sh: Fix occasional FPU register corruption under preempt. Presently with preempt enabled there's the possibility to be preempted after the TIF_USEDFPU test and the register save, leading to bogus state post-__switch_to(). Use an explicit preempt_disable()/enable() pair around unlazy_fpu()/clear_fpu() to avoid this. Follows the x86 change. Reported-by: Takuo Koguchi <takuo.koguchi.sw@hitachi.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-03-26 19:02:47 +09:00
sh: Split out processor.h in to _32 and _64 variants. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-11-09 17:08:54 +09:00