mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
dt-bindings: soc: rockchip-amp: remove CPU_GET_AFFINITY() to dtsi file
Signed-off-by: Tony Xie <tony.xie@rock-chips.com> Change-Id: I472ba149c529f70520963711147ef25d1905bf53
This commit is contained in:
@@ -2,6 +2,5 @@
|
||||
#ifndef _DT_BINDINGS_SOC_ROCKCHIP_AMP_H
|
||||
#define _DT_BINDINGS_SOC_ROCKCHIP_AMP_H
|
||||
|
||||
#define CPU_GET_AFFINITY(cpu, cluster) ((cpu) << 0 | ((cluster) << 8))
|
||||
#define GIC_AMP_IRQ_CFG_ROUTE(_irq, _prio, _aff) (_irq) (_prio) (_aff)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user