Fix broken struct stivale2_struct_tag_smp definition

This commit is contained in:
mintsuki 2020-09-19 00:29:18 +02:00
parent 10ce8e07bf
commit c3c3c5dd6f
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -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));