xtensa: drop unused members of struct thread_struct
authorMax Filippov <jcmvbkbc@gmail.com>
Sat, 7 Jan 2023 07:30:57 +0000 (23:30 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Sat, 7 Jan 2023 07:33:11 +0000 (23:33 -0800)
commit4414c1f5c7a375eaa108676a56e12cc8234eb647
tree0a28b40ec4f54672318c14dcae739a2c1b166fb2
parent5b24ac2dfd3eb3e36f794af3aa7f2828b19035bd
xtensa: drop unused members of struct thread_struct

bad_vaddr, bad_uaddr and error_code fields are set but never read by the
xtensa arch-specific code. Drop them. Also drop the commented out info
field.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/asm/processor.h
arch/xtensa/kernel/traps.c
arch/xtensa/mm/fault.c