blob: 95d6aae3c25ebafa4444c7ca24592853455527fd [file] [log] [blame]
Duy Truong790f06d2013-02-13 16:38:12 -08001/* Copyright (c) 2011-2012, The Linux Foundation. All rights reserved.
Sathish Ambley5b2ec0a2011-10-08 23:03:26 -07002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070013#ifndef __ASM_ARCH_MSM_IRQS_8974_H
14#define __ASM_ARCH_MSM_IRQS_8974_H
Sathish Ambley5b2ec0a2011-10-08 23:03:26 -070015
16/* MSM ACPU Interrupt Numbers */
17
Neil Leeder533173e2012-09-04 12:18:35 -040018#define INT_ARMQC_PERFMON (GIC_PPI_START + 7)
Sathish Ambley5b2ec0a2011-10-08 23:03:26 -070019/* PPI 15 is unused */
20
21#define APCC_QGICL2PERFMONIRPTREQ (GIC_SPI_START + 1)
22#define SC_SICL2PERFMONIRPTREQ APCC_QGICL2PERFMONIRPTREQ
Sathish Ambley5b2ec0a2011-10-08 23:03:26 -070023
Sathish Ambley5b2ec0a2011-10-08 23:03:26 -070024#endif
25