Changeset 8a78e68 in mainline for arch/ia32/include/smp/mp.h


Ignore:
Timestamp:
2005-02-26T22:37:59Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e6ba9a3f
Parents:
f5075fa
Message:

MP Specification says that MP Configuration Table extended entries with unrecongised types should be skipped rather than paniced on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/smp/mp.h

    rf5075fa r8a78e68  
    3434#include <synch/waitq.h>
    3535#include <config.h>
     36
     37#define CT_EXT_ENTRY_TYPE               0
     38#define CT_EXT_ENTRY_LEN                1
    3639
    3740struct __mpfs {
Note: See TracChangeset for help on using the changeset viewer.