John Baldwin 0317861660 Remove unused fields from struct pcb.
cpu_switch/throw() and savectx() do not save or restore any values in
these fields which mostly held non-callee-save registers.

makectx() copied these fields from kdb_frame, but they weren't used
except for PC_REGS using pcb_sepc.  Change PC_REGS to use
kdb_frame->tf_sepc directly instead.

Reviewed by:	br
MFC after:	2 weeks
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D23395
2020-01-30 19:15:27 +00:00
..
2019-12-04 16:56:11 +00:00
2019-08-29 07:25:27 +00:00
2018-11-13 18:20:27 +00:00
2018-12-19 17:52:09 +00:00
2019-11-15 03:37:49 +00:00
2020-01-30 19:15:27 +00:00
2019-08-29 07:25:27 +00:00
2019-12-10 18:14:50 +00:00
2020-01-24 16:50:51 +00:00
2020-01-29 15:50:48 +00:00
2019-11-15 03:40:02 +00:00