| version 1.586.2.3, 2007/03/28 20:25:36 |
version 1.586.2.4, 2007/04/20 20:31:25 |
| Line 132 __KERNEL_RCSID(0, "$NetBSD$"); |
|
| Line 132 __KERNEL_RCSID(0, "$NetBSD$"); |
|
| |
|
| #include <sys/sysctl.h> |
#include <sys/sysctl.h> |
| |
|
| |
#include <x86/cpu_msr.h> |
| |
|
| #include <machine/cpu.h> |
#include <machine/cpu.h> |
| #include <machine/cpufunc.h> |
#include <machine/cpufunc.h> |
| #include <machine/cpuvar.h> |
#include <machine/cpuvar.h> |
|
|
| |
|
| /* Safe for i/o port / memory space allocation to use malloc now. */ |
/* Safe for i/o port / memory space allocation to use malloc now. */ |
| x86_bus_space_mallocok(); |
x86_bus_space_mallocok(); |
| |
|
| |
x86_init(); |
| } |
} |
| |
|
| /* |
/* |