projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6248d06
)
ARM: 7546/1: cache-l2x0: add an optional register to save/restore
author
Gregory CLEMENT
<
[email protected]
>
Mon, 1 Oct 2012 09:59:29 +0000
(10:59 +0100)
committer
Russell King
<
[email protected]
>
Thu, 18 Oct 2012 09:58:15 +0000
(10:58 +0100)
Tested-and-Reviewed-by: Yehuda Yitschak <
[email protected]
>
Tested-and-Reviewed-by: Lior Amsalem <
[email protected]
>
Signed-off-by: Gregory CLEMENT <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/include/asm/hardware/cache-l2x0.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/hardware/cache-l2x0.h
b/arch/arm/include/asm/hardware/cache-l2x0.h
index c4c87bc1223195478a76547d0e756ddec961eb70..5f2c7b44fdafb7272b8ad56538da57bf9db8e820 100644
(file)
--- 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;