#ifndef _ASM_GENERIC_CPUTIME_H #define _ASM_GENERIC_CPUTIME_H #include <linux/time.h> #include <linux/jiffies.h> #ifndef [31mCONFIG_VIRT_CPU_ACCOUNTING[0m # include <asm-generic/cputime_jiffies.h> #endif #ifdef [31mCONFIG_VIRT_CPU_ACCOUNTING_GEN[0m # include <asm-generic/cputime_nsecs.h> #endif #endif |