reformat
This commit is contained in:
@ -45,7 +45,7 @@ private:
|
||||
|
||||
void dump_free_memory(tree_block_t* node);
|
||||
|
||||
// NOTE: Would be nice to have this stuff somewhere else for general use,
|
||||
// NOTE: Would be nice to have this stuff somewhere else for general use (scheduling?)
|
||||
// but that would require different rbt_node/dll_node structures.
|
||||
// If I need this again later I should move it.
|
||||
void rbt_rot_l(tree_block_t* x);
|
||||
|
||||
@ -10,12 +10,11 @@
|
||||
* *
|
||||
* Autor: Michael Schoettner, 31.8.2016 *
|
||||
*****************************************************************************/
|
||||
#include "kernel/interrupts/IntDispatcher.h"
|
||||
#include "kernel/CPU.h"
|
||||
#include "kernel/Globals.h"
|
||||
#include "kernel/interrupts/IntDispatcher.h"
|
||||
#include "kernel/interrupts/Bluescreen.h"
|
||||
|
||||
|
||||
extern "C" void int_disp(unsigned int slot);
|
||||
|
||||
/*****************************************************************************
|
||||
@ -45,7 +44,6 @@ void int_disp(unsigned int vector) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
* Konstruktor: IntDispatcher::IntDispatcher *
|
||||
*---------------------------------------------------------------------------*
|
||||
|
||||
Reference in New Issue
Block a user