summaryrefslogtreecommitdiff
path: root/kernel/mp.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/mp.c')
-rw-r--r--kernel/mp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/mp.c b/kernel/mp.c
index e03f224..5cd58ac 100644
--- a/kernel/mp.c
+++ b/kernel/mp.c
@@ -1,13 +1,10 @@
#include "kernel/kernel.h"
-
#include <stdbool.h>
#include "asm/x86.h"
#include "smp.h"
-
-
typedef struct mp_fps_struct
{
uint32_t sig; //signature "_MP_"
@@ -49,8 +46,6 @@ typedef struct mp_config_struct
}mp_config;
-
-
typedef struct proc_struct
{
uint8_t type; //0=processor