]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/powerpc/aim/locore.S
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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