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