diff options
Diffstat (limited to 'src/lib/bootmem.c')
-rw-r--r-- | src/lib/bootmem.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/bootmem.c b/src/lib/bootmem.c index 38fdb1b937..2f9b5dc0b1 100644 --- a/src/lib/bootmem.c +++ b/src/lib/bootmem.c @@ -228,15 +228,6 @@ int bootmem_region_targets_usable_ram(uint64_t start, uint64_t size) return bootmem_region_targets_ram(start, start + size, &bootmem); } -/* Special testcase to use when loading payload segments when bounce-buffer is - * supported. Memory ranges tagged with >BM_MEM_OS_CUTOFF may be overwritten at - * the time we jump to payload. - */ -int bootmem_region_usable_with_bounce(uint64_t start, uint64_t size) -{ - return bootmem_region_targets_ram(start, start + size, &bootmem_os); -} - void *bootmem_allocate_buffer(size_t size) { const struct range_entry *r; |