Put the assembler functions into the .text section.

svn path=/trunk/; revision=15557
This commit is contained in:
Hartmut Birr
2005-05-28 07:26:38 +00:00
parent 09d22dbdea
commit f4df167bed
+5
View File
@@ -16,6 +16,11 @@
#if defined(__GNUC__)
/*
* Do not declare any variable after this point!!
*/
__asm__("\n\t.text\n\t");
#ifdef CONFIG_SMP
#define LOCK "lock ; "
#else