Changeset f5075fa in mainline


Ignore:
Timestamp:
2005-02-26T00:26:51Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8a78e68
Parents:
397c77f
Message:

Fix the algorithm for counting MP Configuration Table checksums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/smp/mp.c

    r397c77f rf5075fa  
    122122                sum += ext[i];
    123123               
    124         return !sum;
     124        return sum == ct->ext_table_checksum;
    125125}
    126126
Note: See TracChangeset for help on using the changeset viewer.