aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorRikard Falkeborn <[email protected]>2020-05-09 00:02:38 +0200
committerStephen Boyd <[email protected]>2020-05-27 00:08:31 -0700
commitdc543267c7adcad139a439230052b4e609f7018b (patch)
treee1d3c9e87cb5a1d9cecbc0b62f19095a50b4503f /scripts/gdb/linux/tasks.py
parent99a1ae29360980e79fa2d616819a6fe7411e4eda (diff)
clk: bcm2835: Constify struct debugfs_reg32
bcm2835_debugfs_clock_reg32 is never changed and can therefore be made const. This allows the compiler to put it in the text section instead of the data section. Before: text data bss dec hex filename 26598 16088 64 42750 a6fe drivers/clk/bcm/clk-bcm2835.o After: text data bss dec hex filename 26662 16024 64 42750 a6fe drivers/clk/bcm/clk-bcm2835.o Signed-off-by: Rikard Falkeborn <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions