Fix broken struct stivale2_struct_tag_smp definition
diff --git a/limine.bin b/limine.bin
index f2a1637f..c843a6d7 100644
Binary files a/limine.bin and b/limine.bin differ
diff --git a/stivale/stivale2.h b/stivale/stivale2.h
index 61ca16b9..4a59781e 100644
--- a/stivale/stivale2.h
+++ b/stivale/stivale2.h
@@ -140,8 +140,6 @@ struct stivale2_smp_info {
struct stivale2_struct_tag_smp {
struct stivale2_tag tag;
- uint64_t identifier;
- uint64_t next;
uint64_t cpu_count;
struct stivale2_smp_info smp_info[];
} __attribute__((packed));
