Re: [PATCH] MIPS: bpf: Add new emit_long_instr macro
From: Markos Chandras <hidden>
Date: 2014-08-18 08:28:42
From: Markos Chandras <hidden>
Date: 2014-08-18 08:28:42
On Wed, Jul 23, 2014 at 10:00:09AM +0100, Markos Chandras wrote:
This macro uses the capitalized UASM_* macros to emit 32 or 64-bit instructions depending on the kernel configurations. This allows us to remove a few CONFIG_64BIT ifdefs from the code. Signed-off-by: Markos Chandras <redacted> --- arch/mips/net/bpf_jit.c | 51 ++++++++++++++++++------------------------------- 1 file changed, 19 insertions(+), 32 deletions(-)
Hi Ralf, ping? -- markos