spi: efm32: Convert to use GPIO descriptors
[linux/fpc-iii.git] / arch / ia64 / include / asm / cputime.h
blob7f28c3564d5d508061cd0496d00a24282bfc7746
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Definitions for measuring cputime on ia64 machines.
5 * Based on <asm-powerpc/cputime.h>.
7 * Copyright (C) 2007 FUJITSU LIMITED
8 * Copyright (C) 2007 Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
10 * If we have CONFIG_VIRT_CPU_ACCOUNTING_NATIVE, we measure cpu time in nsec.
11 * Otherwise we measure cpu time in jiffies using the generic definitions.
14 #ifndef __IA64_CPUTIME_H
15 #define __IA64_CPUTIME_H
17 #ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
18 extern void arch_vtime_task_switch(struct task_struct *tsk);
19 #endif /* CONFIG_VIRT_CPU_ACCOUNTING_NATIVE */
21 #endif /* __IA64_CPUTIME_H */