original_kernel/arch/i386
Josh Triplett b0de7fca10 [PATCH] efi: add lock annotations for efi_call_phys_prelog and efi_call_phys_epilog
The functions efi_call_phys_prelog and efi_call_phys_epilog in
arch/i386/kernel/efi.c wrap the spinlock efi_rt_lock: efi_call_phys_prelog
returns with the lock held, and efi_call_phys_epilog releases the lock
without acquiring it.  Add lock annotations to these two functions so that
sparse can check callers for lock pairing, and so that sparse will not
complain about these functions since they intentionally use locks in this
manner.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-29 09:18:07 -07:00
..
boot
crypto
kernel [PATCH] efi: add lock annotations for efi_call_phys_prelog and efi_call_phys_epilog 2006-09-29 09:18:07 -07:00
lib
mach-default
mach-es7000
mach-generic
mach-visws
mach-voyager [PATCH] Voyager: tty locking 2006-09-26 08:48:56 -07:00
math-emu
mm [PATCH] make PROT_WRITE imply PROT_READ 2006-09-29 09:18:05 -07:00
oprofile
pci [PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1 2006-09-26 10:52:41 +02:00
power [PATCH] Change the name of pagedir_nosave 2006-09-26 08:49:01 -07:00
Kconfig [PATCH] x86 microcode: add sysfs and hotplug support 2006-09-27 08:26:18 -07:00
Kconfig.cpu
Kconfig.debug
Makefile [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder 2006-09-26 10:52:41 +02:00
Makefile.cpu
defconfig