arch: regs: Rename and export create_msr_entries

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2020-02-16 21:02:55 +01:00
committed by Rob Bradford
parent c3a3490331
commit 3eb11069d0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ pub mod x86_64;
#[cfg(target_arch = "x86_64")]
pub use x86_64::{
arch_memory_regions, configure_system, initramfs_load_addr, layout, layout::CMDLINE_MAX_SIZE,
layout::CMDLINE_START, BootProtocol, EntryPoint,
layout::CMDLINE_START, regs, BootProtocol, EntryPoint,
};
/// Safe wrapper for `sysconf(_SC_PAGESIZE)`.