X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fspinlock.c;h=9644a41e0bef60fd40773976705c6529b49c45d1;hb=65800ac77e080cf159d6c1207b6886e18f22bc08;hp=fb524b009eefeca3ffd2a2a929421a7eeb997660;hpb=ab5cfd2aa3af40b35d7a948de8e279dc82c5b9f6;p=pandora-kernel.git diff --git a/kernel/spinlock.c b/kernel/spinlock.c index fb524b009eef..9644a41e0bef 100644 --- a/kernel/spinlock.c +++ b/kernel/spinlock.c @@ -7,6 +7,11 @@ * * This file contains the spinlock/rwlock implementations for the * SMP and the DEBUG_SPINLOCK cases. (UP-nondebug inlines them) + * + * Note that some architectures have special knowledge about the + * stack frames of these functions in their profile_pc. If you + * change anything significant here that could change the stack + * frame contact the architecture maintainers. */ #include