write kernel sp to tss in dispatcher
This commit is contained in:
@@ -15,7 +15,6 @@ extern TextStream kout;
|
||||
extern Application apps[];
|
||||
|
||||
void Application::action() { // NOLINT
|
||||
|
||||
// Thread 1 may be an auxiliary thread
|
||||
unsigned id = 0;
|
||||
while (&apps[id++] != this);
|
||||
|
||||
Reference in New Issue
Block a user