File tree Expand file tree Collapse file tree 4 files changed +2
-195
lines changed Expand file tree Collapse file tree 4 files changed +2
-195
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55#include <signal.h>
66#include "asm.h"
77#include "processor.h"
8- #include "spinlock.h"
98#include "lwp.h"
109#include "lwp_threads.h"
1110#include "context.h"
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ distribution.
3434#include "asm.h"
3535#include "irq.h"
3636#include "processor.h"
37- #include "spinlock.h"
3837#include "system.h"
3938#include "exi.h"
4039#include "gcutil.h"
41- #include "lwp_queue.h"
4240
41+ #include "lwp_watchdog.h"
42+ #include "lwp_queue.h"
4343#include "lwp_queue.inl"
4444
4545//#define _EXI_DEBUG
Original file line number Diff line number Diff line change 11#include <stdlib.h>
22#include "asm.h"
33#include "processor.h"
4- #include "spinlock.h"
54#include "irq.h"
65#include "exi.h"
76#include "cache.h"
You can’t perform that action at this time.
0 commit comments