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