mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Errors due to rebasing corrected. Still not done, ahve some problem in
IRQ patches added.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include <l4/api/thread.h>
|
||||
#include <l4/api/exregs.h>
|
||||
#include <l4/api/ipc.h>
|
||||
#include <l4/api/irq.h>
|
||||
//#include <l4/api/irq.h>
|
||||
#include INC_GLUE(message.h)
|
||||
#include INC_GLUE(ipc.h)
|
||||
|
||||
|
||||
@@ -508,9 +508,7 @@ int copy_pager_info(struct pager *pager, struct pager_info *pinfo)
|
||||
cap->start = cap_info->start;
|
||||
cap->end = cap_info->end;
|
||||
cap->size = cap_info->size;
|
||||
cap->uattr[0] = cap_info->uattr[0];
|
||||
cap->uattr[1] = cap_info->uattr[1];
|
||||
|
||||
cap->attr = cap_info->attr;
|
||||
|
||||
cap_list_insert(cap, &pager->cap_list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user