diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2012-10-01 10:59:29 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-10-18 10:58:15 +0100 |
commit | c3545236e8740ab556022f87685d18503c86e187 (patch) | |
tree | bfdf70a9d008cdb40c26693ed32e23294cd6ca7b /arch | |
parent | 6248d0602f9932a437070dda598b7973b8770384 (diff) | |
download | linux-c3545236e8740ab556022f87685d18503c86e187.tar.bz2 |
ARM: 7546/1: cache-l2x0: add an optional register to save/restore
Tested-and-Reviewed-by: Yehuda Yitschak <yehuday@marvell.com>
Tested-and-Reviewed-by: Lior Amsalem <alior@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/hardware/cache-l2x0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hardware/cache-l2x0.h b/arch/arm/include/asm/hardware/cache-l2x0.h index c4c87bc12231..5f2c7b44fdaf 100644 --- a/arch/arm/include/asm/hardware/cache-l2x0.h +++ b/arch/arm/include/asm/hardware/cache-l2x0.h @@ -126,6 +126,7 @@ struct l2x0_regs { unsigned long filter_end; unsigned long prefetch_ctrl; unsigned long pwr_ctrl; + unsigned long ctrl; }; extern struct l2x0_regs l2x0_saved_regs; |