mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
[kernel] Remove 'fb hack' include from scheduler
scheduler.cpp was still including kernel_args.h because of the old hack of passing around the framebuffer. Get that shit outta here.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#include <j6/init.h>
|
||||
#include "kutil/assert.h"
|
||||
|
||||
#include "apic.h"
|
||||
#include "clock.h"
|
||||
@@ -21,10 +22,6 @@
|
||||
#include "objects/vm_area.h"
|
||||
#include "scheduler.h"
|
||||
|
||||
// here for the framebuffer hack
|
||||
#include "kernel_args.h"
|
||||
|
||||
#include "kutil/assert.h"
|
||||
|
||||
extern "C" void task_switch(TCB *tcb);
|
||||
scheduler *scheduler::s_instance = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user