This stack check implementation leverages the compiler's profiling (gcc -p)
[linux-2.6.git] / arch / ppc / boot / simple / dummy.c
1 int main(void)
2 {
3         return 0;
4 }