Commit b4062b16 authored by Andi Kleen's avatar Andi Kleen Committed by Andi Kleen

[PATCH] Support patchable lock prefix for pure assembly files

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent 538b5b41
#include <linux/config.h>
#ifdef CONFIG_SMP
.macro LOCK_PREFIX
1: lock
.section .smp_locks,"a"
.align 8
.quad 1b
.previous
.endm
#else
.macro LOCK_PREFIX
.endm
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment