All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xtensa: add division by zero exception handler
@ 2022-05-13 15:41 Max Filippov
  2022-05-13 15:41 ` [PATCH 1/2] xtensa: add trap handler for division by zero Max Filippov
  2022-05-13 15:41 ` [PATCH 2/2] xtensa: support artificial division by 0 exception Max Filippov
  0 siblings, 2 replies; 3+ messages in thread
From: Max Filippov @ 2022-05-13 15:41 UTC (permalink / raw)
  To: linux-xtensa; +Cc: Chris Zankel, linux-kernel, Max Filippov

Hello,

this series adds handlers for hardware and artificial division by zero
exceptions.

Max Filippov (2):
  xtensa: add trap handler for division by zero
  xtensa: support artificial division by 0 exception

 arch/xtensa/include/asm/thread_info.h |  4 ++
 arch/xtensa/kernel/asm-offsets.c      |  3 ++
 arch/xtensa/kernel/entry.S            |  5 +++
 arch/xtensa/kernel/traps.c            | 53 ++++++++++++++++++++++++++-
 4 files changed, 64 insertions(+), 1 deletion(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-13 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 15:41 [PATCH 0/2] xtensa: add division by zero exception handler Max Filippov
2022-05-13 15:41 ` [PATCH 1/2] xtensa: add trap handler for division by zero Max Filippov
2022-05-13 15:41 ` [PATCH 2/2] xtensa: support artificial division by 0 exception Max Filippov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.