mirror of
https://github.com/torvalds/linux.git
synced 2026-08-04 06:20:44 +02:00
In the fix reconnecting hash__tlb_flush() to tlb_flush() the
void return on radix__tlb_flush() was not restored and subsequently
falls through to the restored hash__tlb_flush().
Guard hash__tlb_flush() under an else to prevent this.
Fixes:
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||