| version 1.7, 2003/04/08 23:48:48 |
version 1.8, 2003/04/26 18:13:16 |
|
|
| #include "apm.h" |
#include "apm.h" |
| #include "lapic.h" |
#include "lapic.h" |
| #include "ioapic.h" |
#include "ioapic.h" |
| |
#include "ksyms.h" |
| |
|
| #include <sys/errno.h> |
#include <sys/errno.h> |
| #include <sys/syscall.h> |
#include <sys/syscall.h> |
| Line 513 try586: /* Use the `cpuid' instruction. |
|
| Line 514 try586: /* Use the `cpuid' instruction. |
|
| |
|
| /* Find end of kernel image. */ |
/* Find end of kernel image. */ |
| movl $RELOC(end),%edi |
movl $RELOC(end),%edi |
| #if defined(DDB) && !defined(SYMTAB_SPACE) |
#if (NKSYMS || defined(DDB) || defined(LKM)) && !defined(SYMTAB_SPACE) |
| /* Save the symbols (if loaded). */ |
/* Save the symbols (if loaded). */ |
| movl RELOC(esym),%eax |
movl RELOC(esym),%eax |
| testl %eax,%eax |
testl %eax,%eax |