diff options
Diffstat (limited to 'include/linux/qcom_scm.h')
-rw-r--r-- | include/linux/qcom_scm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/qcom_scm.h b/include/linux/qcom_scm.h index 6bb84cffb396..68a1d8801c6f 100644 --- a/include/linux/qcom_scm.h +++ b/include/linux/qcom_scm.h | |||
@@ -12,15 +12,12 @@ | |||
12 | #ifndef __QCOM_SCM_H | 12 | #ifndef __QCOM_SCM_H |
13 | #define __QCOM_SCM_H | 13 | #define __QCOM_SCM_H |
14 | 14 | ||
15 | #define QCOM_SCM_FLAG_COLDBOOT_CPU1 0x01 | ||
16 | #define QCOM_SCM_FLAG_COLDBOOT_CPU2 0x08 | ||
17 | #define QCOM_SCM_FLAG_COLDBOOT_CPU3 0x20 | ||
18 | #define QCOM_SCM_FLAG_WARMBOOT_CPU0 0x04 | 15 | #define QCOM_SCM_FLAG_WARMBOOT_CPU0 0x04 |
19 | #define QCOM_SCM_FLAG_WARMBOOT_CPU1 0x02 | 16 | #define QCOM_SCM_FLAG_WARMBOOT_CPU1 0x02 |
20 | #define QCOM_SCM_FLAG_WARMBOOT_CPU2 0x10 | 17 | #define QCOM_SCM_FLAG_WARMBOOT_CPU2 0x10 |
21 | #define QCOM_SCM_FLAG_WARMBOOT_CPU3 0x40 | 18 | #define QCOM_SCM_FLAG_WARMBOOT_CPU3 0x40 |
22 | 19 | ||
23 | extern int qcom_scm_set_boot_addr(u32 addr, int flags); | 20 | extern int qcom_scm_set_cold_boot_addr(void *entry, const cpumask_t *cpus); |
24 | 21 | ||
25 | #define QCOM_SCM_VERSION(major, minor) (((major) << 16) | ((minor) & 0xFF)) | 22 | #define QCOM_SCM_VERSION(major, minor) (((major) << 16) | ((minor) & 0xFF)) |
26 | 23 | ||