Home
last modified time | relevance | path

Searched refs:BUSTYPE_MCA (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dmpspec_def.h87 #define BUSTYPE_MCA "MCA" macro
/linux-2.6.39/arch/x86/kernel/
Dmpparse.c112 } else if (strncmp(str, BUSTYPE_MCA, sizeof(BUSTYPE_MCA) - 1) == 0) { in MP_bus_info()