diff options
author | jhb <jhb@FreeBSD.org> | 2014-12-22 20:53:45 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2014-12-22 20:53:45 +0000 |
commit | af2ee162da52913fdefa6d0ffae3644e39a3b369 (patch) | |
tree | 20317a6e4ca385f533364daadde8a3e9cc17ee65 /sys/i386/include/md_var.h | |
parent | 71f9e38fa2d4dc13b36ced356445eea08f620127 (diff) | |
download | FreeBSD-src-af2ee162da52913fdefa6d0ffae3644e39a3b369.zip FreeBSD-src-af2ee162da52913fdefa6d0ffae3644e39a3b369.tar.gz |
MFC 273991:
MFamd64: Move extern declaration of _ucodesel and _udatasel to
<machine/md_var.h>
Diffstat (limited to 'sys/i386/include/md_var.h')
-rw-r--r-- | sys/i386/include/md_var.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h index 950fa1f..eb00e23 100644 --- a/sys/i386/include/md_var.h +++ b/sys/i386/include/md_var.h @@ -76,6 +76,8 @@ extern int szosigcode; extern uint32_t *vm_page_dump; extern int vm_page_dump_size; extern int workaround_erratum383; +extern int _udatasel; +extern int _ucodesel; typedef void alias_for_inthand_t(u_int cs, u_int ef, u_int esp, u_int ss); struct thread; |