diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-03-03 03:04:55 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-03-03 03:04:55 +0200 |
| commit | 8bba05b0aefaec7cc2154123f35be9b6cff7f7b3 (patch) | |
| tree | 4f60e7caff2b515ed56558fc4e6adecc76ca3c55 /common | |
| parent | cbfca7a9854061e3a2d59795361fb875827e7c50 (diff) | |
| download | kmi-8bba05b0aefaec7cc2154123f35be9b6cff7f7b3.tar.gz kmi-8bba05b0aefaec7cc2154123f35be9b6cff7f7b3.zip | |
faster deps.mk generation
Diffstat (limited to 'common')
| -rw-r--r-- | common/dmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dmem.c b/common/dmem.c index 2d3354b..48bcefd 100644 --- a/common/dmem.c +++ b/common/dmem.c @@ -72,7 +72,7 @@ stat_t free_devmem(struct tcb *t, vm_t dev_start) struct mem_region *m = 0; if(dev_paddr < __pre_top) m = find_used_region(&pre_ram, dev_paddr); - + if(dev_paddr > __post_base) m = find_used_region(&post_ram, dev_paddr); |
