#include #define CONFIG_ALTIVEC #define r1 1 #define R14 r14 #define R15 r15 #define R16 r16 #define R17 r17 #define R18 r18 #define R19 r19 #define R20 r20 #define R21 r21 #define R22 r22 #define R29 r29 #define R30 r30 #define R31 r31 #define STACKFRAMESIZE 256 #define STK_REG(i) (112 + ((i)-14)*8) #define _GLOBAL(A) FUNC_START(test_ ## A) #define _GLOBAL_TOC(A) _GLOBAL(A) #define PPC_MTOCRF(A, B) mtocrf A, B #define EX_TABLE(x, y) FUNC_START(enter_vmx_usercopy) li r3,1 blr FUNC_START(exit_vmx_usercopy) li r3,0 blr FUNC_START(enter_vmx_copy) li r3,1 blr FUNC_START(exit_vmx_copy) blr FUNC_START(memcpy_power7) blr FUNC_START(__copy_tofrom_user_power7) blr FUNC_START(__copy_tofrom_user_base) blr #define BEGIN_FTR_SECTION #define FTR_SECTION_ELSE #define ALT_FTR_SECTION_END_IFCLR(x) #define ALT_FTR_SECTION_END(x, y) #define END_FTR_SECTION_IFCLR(x) form method='get'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorScott Mayhew <smayhew@redhat.com>2017-01-05 16:34:51 -0500
committerJ. Bruce Fields <bfields@redhat.com>2017-01-12 15:56:40 -0500
commit546125d1614264d26080817d0c8cddb9b25081fa (patch)
treeee7ffd8b1b320378fa7ffa37a1dc5fd38595a33d /sound/soc
parent78794d1890708cf94e3961261e52dcec2cc34722 (diff)
sunrpc: don't call sleeping functions from the notifier block callbacks
The inet6addr_chain is an atomic notifier chain, so we can't call anything that might sleep (like lock_sock)... instead of closing the socket from svc_age_temp_xprts_now (which is called by the notifier function), just have the rpc service threads do it instead. Cc: stable@vger.kernel.org Fixes: c3d4879e01be "sunrpc: Add a function to close..." Signed-off-by: Scott Mayhew <smayhew@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'sound/soc')