Add a field to trapframe for saving the pil.

This commit is contained in:
Jake Burkholder 2001-08-10 04:18:13 +00:00
parent 4a421c5ff0
commit db6c479810
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81375

View file

@ -34,6 +34,7 @@
struct trapframe {
u_long tf_global[8];
u_long tf_out[8];
u_long tf_pil;
u_long tf_tnpc;
u_long tf_tpc;
u_long tf_tstate;