]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: net: bpf: correct stack layout documentation
authorRussell King <rmk+kernel@armlinux.org.uk>
Sat, 13 Jan 2018 22:51:27 +0000 (22:51 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Wed, 17 Jan 2018 19:36:43 +0000 (19:36 +0000)
commitfb97a88e89804ecb03b48c99d2ce21f076ee7b75
tree7b7c6773a85dce1f352ad2a12232d781ac1bcc38
parent8e50936299a0f915ff5336228a3d03ecfebedb2c
ARM: net: bpf: correct stack layout documentation

The stack layout documentation incorrectly suggests that the BPF JIT
scratch space starts immediately below BPF_FP. This is not correct,
so let's fix the documentation to reflect reality.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/net/bpf_jit_32.c