ARM: 7546/1: cache-l2x0: add an optional register to save/restore
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 1 Oct 2012 09:59:29 +0000 (10:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 18 Oct 2012 09:58:15 +0000 (10:58 +0100)
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>
arch/arm/include/asm/hardware/cache-l2x0.h

index c4c87bc..5f2c7b4 100644 (file)
@@ -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;