[PATCH] MIPS: Remove function size check in get_frame_info()

2019-01-28 Thread Jun-Ru Chang
his causes get_frame_info() to return immediately without calculating correct frame_size, which in turn causes "Can't analyze schedule() prologue" warning messages at boot time. This patch removes func_size check, and let the frame_size check run up to 128 insns for both MIPS and microMIPS. Si

[PATCH] MIPS: Remove function size check in get_frame_info()

2019-01-20 Thread Jun-Ru Chang
his causes get_frame_info() to return immediately without calculating correct frame_size, which in turn causes "Can't analyze schedule() prologue" warning messages at boot time. This patch removes func_size check, and let the frame_size check run up to 128 insns for both MIPS and microMIPS. Si

Re: [PATCH] irqchip/mips-gic: Add missing shared interrupt handler

2017-07-06 Thread Jun-Ru Chang
Hi Thomas, OK. I will provide more information and submit again. Thanks. JR 2017-07-06 15:47 GMT+08:00 Thomas Gleixner : > On Thu, 6 Jul 2017, jrj...@gmail.com wrote: >> From: Jun-Ru Chang >> >> Set handle_level_irq handler for shared interrupts to avoid hanging wi