summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-25 17:36:13 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-05-25 17:36:13 +0200
commitdca4a1c8eaf1c2d20a6a9b5644603a15283b4df7 (patch)
treed9a64b643b49162bc048965d4addfdee9defb90c /Makefile
parent3f15c5bdf0e8259cb836243447fd4f6b4b77b18c (diff)
ifpps: Convert mem_free/mem_total members of struct ifstat to uint64_t
Memory usage can never be negative, so make these members unsigned. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
> (diff)
sh_eth: rename EESIPR bits
Since the commit b0ca2a21f769 ("sh_eth: Add support of SH7763 to sh_eth") the *enum* declaring the EESIPR bits (interrupt mask) went out of sync with the *enum* declaring the EESR bits (interrupt status) WRT bit naming and formatting. I'd like to restore the consistency by using EESIPR as the bit name prefix, renaming the *enum* to EESIPR_BIT, and (finally) renaming the bits according to the available Renesas SH77{34|63} manuals; additionally, reconstruct couple names using the EESR bit declaration above... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/isa/opti9xx/opti92x-ad1848.c')