Doc fixes.
[bertos.git] / kern / switch.S
1 #if defined(__i386__)
2         #include "switch_i386.s"
3 #elif defined(__x86_64__)
4         #include "switch_x86_64.s"
5 #else
6         #error Unknown CPU
7 #endif
8