]> err.no Git - linux-2.6/blobdiff - include/asm-sh/thread_info.h
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
[linux-2.6] / include / asm-sh / thread_info.h
index c6577d3dc46d594e33bc4a572f71d44bb02a88f2..c50e5d35fe84fefe26978011966a5d39f3d2ac7b 100644 (file)
@@ -68,7 +68,7 @@ struct thread_info {
 #define init_stack             (init_thread_union.stack)
 
 /* how to get the current stack pointer from C */
-register unsigned long current_stack_pointer asm("r15") __attribute_used__;
+register unsigned long current_stack_pointer asm("r15") __used;
 
 /* how to get the thread information struct from C */
 static inline struct thread_info *current_thread_info(void)