Blame view

kernel/linux-rt-4.4.41/arch/arm/mach-realview/include/mach/barriers.h 248 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
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()		dsb()
  #define wmb()		mb()