commit | 66a625a88174664fc252d7b1ac1773e76e52326b | [log] [tgz] |
---|---|---|
author | Dave Martin <dave.martin@linaro.org> | Thu Jun 23 17:07:40 2011 +0100 |
committer | Dave Martin <dave.martin@linaro.org> | Thu Jul 07 15:30:35 2011 +0100 |
tree | 555bf8fc8ed47b9194d268ecf1f6122d9c98011e | |
parent | b0af8dfdd67699e25083478c63eedef2e72ebd85 [diff] |
ARM: mm: proc-macros: Add generic proc/cache/tlb struct definition macros This patch adds some generic macros to reduce boilerplate when declaring certain common structures in arch/arm/mm/*.S Thanks to Russell King for outlining what the define_processor_functions macro could look like. Signed-off-by: Dave Martin <dave.martin@linaro.org> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>