diff options
author | 2020-03-27 21:40:24 +0530 | |
---|---|---|
committer | 2020-03-29 21:03:43 +0200 | |
commit | 5497fce735baec58b45b790dbcfefc348ff272e2 (patch) | |
tree | b10f51513e5d58ed6fffbf086ed5d089c6989c7b /net/unix/af_unix.c | |
parent | hexagon: Replace setup_irq() by request_irq() (diff) | |
download | wireguard-linux-5497fce735baec58b45b790dbcfefc348ff272e2.tar.xz wireguard-linux-5497fce735baec58b45b790dbcfefc348ff272e2.zip |
sh: Replace setup_irq() by request_irq()
request_irq() is preferred over setup_irq(). Invocations of setup_irq()
occur after memory allocators are ready.
setup_irq() was required in older kernels as the memory allocator was not
available during early boot.
Hence replace setup_irq() by request_irq().
Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/b060312689820559121ee0a6456bbc1202fb7ee5.1585320721.git.afzal.mohd.ma@gmail.com
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions