https://github.com/torvalds/linux
Revision 786bbe50e1d5777f0b6ec7b4c2de6189d6f7feb4 authored by Alex Elder on 16 March 2023, 14:51:35 UTC, committed by Jakub Kicinski on 17 March 2023, 04:33:18 UTC
A recent commit defined a few IPA registers used for IPA v5.0+.
One of those was a mistake.  Although the filter and router caches
get *flushed* using a single register, they use distinct registers
(ENDP_FILTER_CACHE_CFG and ENDP_ROUTER_CACHE_CFG) for configuration.

And although there *exists* a FILT_ROUT_CACHE_CFG register, it is
not needed in upstream code.  So get rid of definitions related to
FILT_ROUT_CACHE_CFG, because they are not needed.

Fixes: 8ba59716d16a ("net: ipa: define IPA v5.0+ registers")
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 55c49e5
Raw File
Tip revision: 786bbe50e1d5777f0b6ec7b4c2de6189d6f7feb4 authored by Alex Elder on 16 March 2023, 14:51:35 UTC
net: ipa: kill FILT_ROUT_CACHE_CFG IPA register
Tip revision: 786bbe5
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top