[coreboot] bug in pgtbl.c ?

Baski Kannan kbaski at gmail.com
Fri Dec 19 21:29:33 CET 2008


I think there is a bug in the file " src/cpu/x86/pae/pgtbl.c"
the pg_table struct should be

    struct pg_table {
        struct pde pd[2048];
        struct pde pdp[4];
    } __attribute__ ((packed));

instead of
    struct pg_table {
        struct pde pd[2048];
        struct pde pdp[512];
    } __attribute__ ((packed));

Thx - Baski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20081219/c6b037ce/attachment.html>


More information about the coreboot mailing list