diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-08-18 07:47:12 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-08-18 07:47:12 +0000 |
| commit | 287e61c39fb0133a57095482898b40905f19fb84 (patch) | |
| tree | aa054c200e9c52df01fbb8f2a1cb1bfd8693b8be /sys/amd64/include/pcpu.h | |
| parent | 95332616afd04cc0fa5a570cfb6b6015e25ffc87 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/pcpu.h')
| -rw-r--r-- | sys/amd64/include/pcpu.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h index c6c5a175fb12..e182d0a8af51 100644 --- a/sys/amd64/include/pcpu.h +++ b/sys/amd64/include/pcpu.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: globaldata.h,v 1.4 1998/05/17 23:08:02 tegge Exp $ + * $Id: globaldata.h,v 1.5 1998/05/28 09:30:02 phk Exp $ */ /* @@ -49,6 +49,9 @@ struct globaldata { u_int private_tss; u_int my_tr; #endif +#ifdef USER_LDT + int currentldt; +#endif #ifdef SMP u_int cpuid; u_int cpu_lockid; |
