]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/powerpc/aim/locore.S
Merge the Cavium Octeon SDK 2.3.0 Simple Executive code and update FreeBSD to
[FreeBSD/FreeBSD.git] / sys / powerpc / aim / locore.S
1 /* $FreeBSD$ */
2
3 #ifdef __powerpc64__
4 #include <powerpc/aim/locore64.S>
5 #else
6 #include <powerpc/aim/locore32.S>
7 #endif
8