]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/powerpc/aim/locore.S
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.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