Skip to content

Commit

Permalink
Revert "char/lrng: add capability to store the return IP of the hard …
Browse files Browse the repository at this point in the history
…interrupt handler for RT"

This reverts commit d26855e.
  • Loading branch information
xanmod committed Oct 17, 2021
1 parent c9158a4 commit 0b854fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/lrng/lrng_sw_noise.c
Expand Up @@ -660,7 +660,7 @@ static inline void lrng_time_process(void)
}

/* Hot code path - Callback for interrupt handler */
void add_interrupt_randomness(int irq, int irq_flg, __u64 ip)
void add_interrupt_randomness(int irq, int irq_flg)
{
if (lrng_pool_highres_timer()) {
lrng_time_process();
Expand Down

0 comments on commit 0b854fb

Please sign in to comment.