summaryrefslogtreecommitdiff
path: root/tools/perf/bench/mem-memset-x86-64-asm.S
blob: 58407aa24c1bfdde178f299d9d6ccb6b0f75265b (plain)
1
2
3
4
5
6
7
8
9
10
11
#define memset MEMSET /* don't hide glibc's memset() */
#define altinstr_replacement text
#define globl p2align 4; .globl
#include "../../arch/x86/lib/memset_64.S"

/*
 * We need to provide note.GNU-stack section, saying that we want
 * NOT executable stack. Otherwise the final linking will assume that
 * the ELF stack should not be restricted at all and set it RWX.
 */
.section .note.GNU-stack,"",@progbits
7e9164976a6014d534ce3035909'>patch) tree6064ddf732b21c686c958cb9da73f6eae6de5a27 /net/bluetooth/mgmt.c parent3f5c34c6d4688b3b7e1dbc7bbc68a2f03a0d6b0c (diff)
Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wake
These tests are reversed. A warning should be displayed if an error is returned, not on success. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'net/bluetooth/mgmt.c')