mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
6cef30034c
The prolog of functions generated by the bpf jit compiler uses an instruction sequence with an "ahi" instruction to create stack space instead of using an "aghi" instruction. Using the 32-bit "ahi" is not wrong as the stack we are operating on is an order-4 allocation which is always aligned to 16KB. But it is more consistent to use an "aghi" as the stack pointer is a 64-bit value. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> |
||
---|---|---|
.. | ||
bpf_jit_comp.c | ||
bpf_jit.S | ||
Makefile |