commit | 39bcb7969a84aab3dcdb857b261a87d5d888f5a7 | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Wed Jul 23 10:00:09 2014 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Sep 22 13:35:51 2014 +0200 |
tree | a8b6a4f1e4fd765cc9c904c5b3baf53f50d8b65a | |
parent | 011eeece0bb2e1b65b2d2fd618067425e8ccdbb4 [diff] |
MIPS: BPF: Add new emit_long_instr macro 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 <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7446/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>