X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Farch%2Fsparc%2Finclude%2Fasm%2Ftimex_32.h;fp=kernel%2Farch%2Fsparc%2Finclude%2Fasm%2Ftimex_32.h;h=b6ccdb0d6f7de3fb23b8691c036be8acaa62e91f;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/arch/sparc/include/asm/timex_32.h b/kernel/arch/sparc/include/asm/timex_32.h new file mode 100644 index 000000000..b6ccdb0d6 --- /dev/null +++ b/kernel/arch/sparc/include/asm/timex_32.h @@ -0,0 +1,15 @@ +/* + * linux/include/asm/timex.h + * + * sparc architecture timex specifications + */ +#ifndef _ASMsparc_TIMEX_H +#define _ASMsparc_TIMEX_H + +#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ + +/* XXX Maybe do something better at some point... -DaveM */ +typedef unsigned long cycles_t; +#define get_cycles() (0) + +#endif