Searched hist:f460b6abdeeafd30c3ee737c843be17b1ceb38e5 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/include/asm/mach/ |
H A D | arch.h | diff f460b6abdeeafd30c3ee737c843be17b1ceb38e5 Wed Aug 26 01:49:12 CDT 2015 Masahiro Yamada <yamada.masahiro@socionext.com> ARM: 8423/1: add const qualifier to smp_operations member in structures
The core framework does not modify smp_operations structures. To clarify it, this commit adds 'const' qualifier to the 'ops' member of struct of_cpu_method and the 'smp' member of struct machine_desc.
This change allows each SoC code to add 'const' qualifier to its smp_operation structure.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | smp.h | diff f460b6abdeeafd30c3ee737c843be17b1ceb38e5 Wed Aug 26 01:49:12 CDT 2015 Masahiro Yamada <yamada.masahiro@socionext.com> ARM: 8423/1: add const qualifier to smp_operations member in structures
The core framework does not modify smp_operations structures. To clarify it, this commit adds 'const' qualifier to the 'ops' member of struct of_cpu_method and the 'smp' member of struct machine_desc.
This change allows each SoC code to add 'const' qualifier to its smp_operation structure.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|