diff options
| author | afzal mohammed <[email protected]> | 2020-03-27 16:10:24 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2020-03-29 19:03:43 +0000 |
| commit | 5497fce735baec58b45b790dbcfefc348ff272e2 (patch) | |
| tree | b10f51513e5d58ed6fffbf086ed5d089c6989c7b /drivers/clocksource/hyperv_timer.c | |
| parent | hexagon: Replace setup_irq() by request_irq() (diff) | |
| download | kernel-5497fce735baec58b45b790dbcfefc348ff272e2.tar.gz kernel-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 <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/b060312689820559121ee0a6456bbc1202fb7ee5.1585320721.git.afzal.mohd.ma@gmail.com
Diffstat (limited to 'drivers/clocksource/hyperv_timer.c')
0 files changed, 0 insertions, 0 deletions
