^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #ifndef ASM_IA64_CYCLONE_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) #define ASM_IA64_CYCLONE_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) #ifdef CONFIG_IA64_CYCLONE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) extern int use_cyclone;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) extern void __init cyclone_setup(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) #else /* CONFIG_IA64_CYCLONE */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) #define use_cyclone 0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) static inline void cyclone_setup(void)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) printk(KERN_ERR "Cyclone Counter: System not configured"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) " w/ CONFIG_IA64_CYCLONE.\n");
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) }
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #endif /* CONFIG_IA64_CYCLONE */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) #endif /* !ASM_IA64_CYCLONE_H */