aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar John Ericson <Ericson2314@Yahoo.com> 2016-06-27 18:00:46 -0700
committerGravatar John Ericson <Ericson2314@Yahoo.com> 2016-06-29 22:48:09 -0700
commitdd3bb0fca40118e52c4584c11f0d010410da4a0c (patch)
tree5244ed55399dca02db1d7aa2bb84def26c84696c /src
parentd322a4db5f84405d76c1498259ab3a59df51f265 (diff)
downloadrust-x86-dd3bb0fca40118e52c4584c11f0d010410da4a0c.tar.gz
rust-x86-dd3bb0fca40118e52c4584c11f0d010410da4a0c.tar.zst
rust-x86-dd3bb0fca40118e52c4584c11f0d010410da4a0c.zip
`dtables::*` is mode-portable
Diffstat (limited to 'src')
-rw-r--r--src/bits64/mod.rs1
-rw-r--r--src/shared/dtables.rs (renamed from src/bits64/dtables.rs)0
-rw-r--r--src/shared/mod.rs1
3 files changed, 1 insertions, 1 deletions
diff --git a/src/bits64/mod.rs b/src/bits64/mod.rs
index 2588287..9e5994a 100644
--- a/src/bits64/mod.rs
+++ b/src/bits64/mod.rs
@@ -37,7 +37,6 @@ pub mod rflags;
pub mod paging;
pub mod segmentation;
pub mod task;
-pub mod dtables;
pub mod syscall;
pub mod sgx;
#[cfg(feature = "performance-counter")]
diff --git a/src/bits64/dtables.rs b/src/shared/dtables.rs
index d2e3413..d2e3413 100644
--- a/src/bits64/dtables.rs
+++ b/src/shared/dtables.rs
diff --git a/src/shared/mod.rs b/src/shared/mod.rs
index a461c08..977dcf4 100644
--- a/src/shared/mod.rs
+++ b/src/shared/mod.rs
@@ -2,6 +2,7 @@
pub mod control_regs;
pub mod descriptor;
+pub mod dtables;
pub mod io;
pub mod irq;
pub mod paging;