Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200805
b: refs/heads/master
c: 2503a5e
h: refs/heads/master
i:
  200803: abe2100
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Jul 2, 2010
1 parent 9a70fb2 commit d835d89
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00952d8f14447fccfb9560d98999f7489d4fd2df
refs/heads/master: 2503a5ecd86c002506001eba432c524ea009fe7f
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-realview/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ config REALVIEW_EB_ARM11MP
bool "Support ARM11MPCore tile"
depends on MACH_REALVIEW_EB
select CPU_V6
select ARCH_HAS_BARRIERS if SMP
help
Enable support for the ARM11MPCore tile on the Realview platform.

Expand All @@ -35,6 +36,7 @@ config MACH_REALVIEW_PB11MP
select CPU_V6
select ARM_GIC
select HAVE_PATA_PLATFORM
select ARCH_HAS_BARRIERS if SMP
help
Include support for the ARM(R) RealView MPCore Platform Baseboard.
PB11MPCore is a platform with an on-board ARM11MPCore and has
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/arm/mach-realview/include/mach/barriers.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
* Barriers redefined for RealView ARM11MPCore platforms with L220 cache
* controller to work around hardware errata causing the outer_sync()
* operation to deadlock the system.
*/
#define mb() dsb()
#define rmb() dmb()
#define wmb() mb()

0 comments on commit d835d89

Please sign in to comment.