debuggers.hg
changeset 10993:ababeabf87c5
[LINUX] Fix a couple of benign diffs against vanilla spinlock.h.
From: Jan Beulich
Signed-off-by: Keir Fraser <keir@xensource.com>
From: Jan Beulich
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Mon Aug 07 16:07:20 2006 +0100 (2006-08-07) |
parents | 6289234304f1 |
children | fd59667e5365 |
files | linux-2.6-xen-sparse/include/asm-i386/spinlock.h |
line diff
1.1 --- a/linux-2.6-xen-sparse/include/asm-i386/spinlock.h Mon Aug 07 15:55:39 2006 +0100 1.2 +++ b/linux-2.6-xen-sparse/include/asm-i386/spinlock.h Mon Aug 07 16:07:20 2006 +0100 1.3 @@ -23,7 +23,7 @@ 1.4 (*(volatile signed char *)(&(x)->slock) <= 0) 1.5 1.6 #define __raw_spin_lock_string \ 1.7 - "\n1:\n" \ 1.8 + "\n1:\t" \ 1.9 LOCK \ 1.10 "decb %0\n\t" \ 1.11 "jns 3f\n" \ 1.12 @@ -35,7 +35,7 @@ 1.13 "3:\n\t" 1.14 1.15 #define __raw_spin_lock_string_flags \ 1.16 - "\n1:\n" \ 1.17 + "\n1:\t" \ 1.18 LOCK \ 1.19 "decb %0\n\t" \ 1.20 "jns 4f\n\t" \