commit | b1a8171822ae149adc8478ada469d6907ac679b0 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Wed May 25 15:23:48 2016 -0700 |
committer | Luis R. Rodriguez <mcgrof@kernel.org> | Wed May 25 19:39:56 2016 -0700 |
tree | a51858c4e35b71c51715138be68841ed49d50a42 | |
parent | 20307332a7a2154bfe7bc91bba176a1d015ad77c [diff] |
tables.h: remove postfix _TEXT for .text sectioned code The _TEXT postfix is removed to since SECTION_INIT also implicates .init.text -- stick the convention to default to .text unless otherwise noted. References for this decision: http://lkml.kernel.org/r/20160224005458.GK25240@wotan.suse.de Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>