c3e289e1ce
Kernel sources for 64-bit PowerPC, along with build-system changes to keep 32-bit kernels compiling (build system changes for 64-bit kernels are coming later). Existing 32-bit PowerPC kernel configurations must be updated after this change to specify their architecture.
9 lines
120 B
ArmAsm
9 lines
120 B
ArmAsm
/* $FreeBSD$ */
|
|
|
|
#ifdef __powerpc64__
|
|
#include <powerpc/aim/locore64.S>
|
|
#else
|
|
#include <powerpc/aim/locore32.S>
|
|
#endif
|
|
|