diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-02-01 21:06:56 +1100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-02-01 21:06:56 +1100 |
commit | 42bb1899221d362bee5480e3abc9b05243bf38fb (patch) | |
tree | 2887b9c6e3b1a25836447a825ae466a9b69f43a5 /arch/sparc64/lib/rwsem.S | |
parent | cec03afcb62fbbb0eaf943f6349ade61b89d7d40 (diff) | |
parent | 4787083fcce866e275bedeb87cd6dfba34c84253 (diff) | |
download | linux-stable-42bb1899221d362bee5480e3abc9b05243bf38fb.tar.gz |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
[SPARC64]: Fix inconsistent .section usage in lib/
[SPARC/SPARC64]: Fix usage of .section .sched.text in assembler code.
Diffstat (limited to 'arch/sparc64/lib/rwsem.S')
-rw-r--r-- | arch/sparc64/lib/rwsem.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/lib/rwsem.S b/arch/sparc64/lib/rwsem.S index 75f0e6b951d6..1a4cc5654de4 100644 --- a/arch/sparc64/lib/rwsem.S +++ b/arch/sparc64/lib/rwsem.S @@ -6,7 +6,7 @@ #include <asm/rwsem-const.h> - .section .sched.text + .section .sched.text, "ax" .globl __down_read __down_read: |