Subversion Repositories HelenOS-historic

Rev

Rev 11 | Rev 13 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 12
Line 119... Line 119...
119
       
119
       
120
    /* count the checksum for the extended table */
120
    /* count the checksum for the extended table */
121
    for (i=0,sum=0; i < ct->ext_table_length; i++)
121
    for (i=0,sum=0; i < ct->ext_table_length; i++)
122
        sum += ext[i];
122
        sum += ext[i];
123
       
123
       
124
    return !sum;
124
    return sum == ct->ext_table_checksum;
125
}
125
}
126
 
126
 
127
void mp_init(void)
127
void mp_init(void)
128
{
128
{
129
    __address addr, frame;
129
    __address addr, frame;