OSDN Git Service

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)
commit0005e55a79cfda88199e41a406a829c88d708c67
tree7b7c6773a85dce1f352ad2a12232d781ac1bcc38
parent70ec3a6c2c11e4b0e107a65de943a082f9aff351
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