Typo: bit_allocator => bitmap_allocator

master
Jiajie Chen 6 years ago
parent b77a52dccb
commit 99bb25fa7d

@ -16,7 +16,7 @@ pub fn init() {
}
fn init_frame_allocator() {
use bit_allocator::BitAlloc;
use bitmap_allocator::BitAlloc;
use core::ops::Range;
let end = super::board::probe_memory()

@ -26,7 +26,7 @@ pub fn init_other() {
}
fn init_frame_allocator() {
use bit_allocator::BitAlloc;
use bitmap_allocator::BitAlloc;
use core::ops::Range;
let mut ba = FRAME_ALLOCATOR.lock();

Loading…
Cancel
Save