diff options
Diffstat (limited to 'sys/ia64/include/bootinfo.h')
-rw-r--r-- | sys/ia64/include/bootinfo.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/ia64/include/bootinfo.h b/sys/ia64/include/bootinfo.h index 53f23ae..ed3accd 100644 --- a/sys/ia64/include/bootinfo.h +++ b/sys/ia64/include/bootinfo.h @@ -30,7 +30,11 @@ struct bootinfo { uint64_t bi_magic; /* BOOTINFO_MAGIC */ #define BOOTINFO_MAGIC 0xdeadbeeffeedface uint64_t bi_version; /* version 1 */ - uint64_t bi_spare[5]; /* was: name of booted kernel */ + uint64_t bi_spare[3]; /* was: name of booted kernel */ + uint32_t bi_itr_used; /* Number of ITR and DTR ... */ + uint32_t bi_dtr_used; /* ... entries used. */ + uint32_t bi_text_mapped; /* Size of text mapped. */ + uint32_t bi_data_mapped; /* Size of data mapped. */ uint64_t bi_pbvm_pgtbl; /* PA of PBVM page table. */ uint64_t bi_hcdp; /* DIG64 HCDP table */ uint64_t bi_fpswa; /* FPSWA interface */ |