Skip to content

Commit

Permalink
ARM: 7546/1: cache-l2x0: add an optional register to save/restore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gregory CLEMENT authored and Russell King committed Oct 18, 2012
1 parent 6248d06 commit c354523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/include/asm/hardware/cache-l2x0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c354523

Please sign in to comment.