Searched refs:oemtable (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dnumaq_32.c222 struct mpc_oemtable *oemtable = (void *)(long)mpc->oemptr; local
223 int count = sizeof(*oemtable); /* the header size */
224 unsigned char *oemptr = ((unsigned char *)oemtable) + count;
228 "Found an OEM MPC table at %8p - parsing it...\n", oemtable);
230 if (memcmp(oemtable->signature, MPC_OEM_SIGNATURE, 4)) {
232 "SMP mpc oemtable: bad signature [%c%c%c%c]!\n",
233 oemtable->signature[0], oemtable->signature[1],
234 oemtable->signature[2], oemtable
[all...]

Completed in 27 milliseconds