Changes in kernel/arch/amd64/src/ddi/ddi.c [6eeb4a3:63e27ef] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/ddi/ddi.c
r6eeb4a3 r63e27ef 35 35 #include <ddi/ddi.h> 36 36 #include <arch/ddi/ddi.h> 37 #include <assert.h> 37 38 #include <proc/task.h> 38 #include <typedefs.h>39 39 #include <adt/bitmap.h> 40 40 #include <mm/slab.h> … … 45 45 #include <arch.h> 46 46 #include <align.h> 47 #include <stdbool.h> 47 48 48 49 /** Install I/O Permission bitmap. … … 63 64 64 65 if (elements > 0) { 65 ASSERT(TASK->arch.iomap.bits);66 assert(TASK->arch.iomap.bits); 66 67 67 68 bitmap_t iomap;
Note:
See TracChangeset
for help on using the changeset viewer.