summaryrefslogtreecommitdiff
path: root/bpfc.8
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-05-12 18:13:31 +0200
committerTobias Klauser <tklauser@distanz.ch>2017-05-12 18:13:31 +0200
commitf232545c215022de5be5e0b37e0c7130962cc5d0 (patch)
treee4756d11b0402cb8153bc90f48fe2e1e49839031 /bpfc.8
parentb25a51fa5915df87f31a0cc0459cd9f05e17f540 (diff)
built_in: don't redefine memcpy/memset
Redefining memset/memcpy causes problems when building with fortified headers on Alpine Linux. Instead of uncoditionally defining these, explicitely use fmemcpy/fmemset in performance critical paths and otherwise let the compiler decide about optimizations. Fixes #173 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'bpfc.8')
0 files changed, 0 insertions, 0 deletions
or driver which calls these by their 5vs names (see qcom_smd-regulator.c). There aren't any users of these regulators so far, so there aren't any concerns of DT ABI breakage here. While we're here making updates to the switches, also mandate usage of the OCP irq for these switches too. Cc: Bjorn Andersson <bjorn.andersson@linaro.org> Fixes: e92a4047419c ("regulator: Add QCOM SPMI regulator driver") Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')