OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-parisc/] [timex.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/*
2
 * linux/include/asm-parisc/timex.h
3
 *
4
 * PARISC architecture timex specifications
5
 */
6
#ifndef _ASMPARISC_TIMEX_H
7
#define _ASMPARISC_TIMEX_H
8
 
9
#include <asm/system.h>
10
#include <linux/time.h>
11
 
12
typedef unsigned long cycles_t;
13
 
14
extern cycles_t cacheflush_time;
15
 
16
static inline cycles_t get_cycles (void)
17
{
18
        return mfctl(16);
19
}
20
 
21
#define vxtime_lock()           do {} while (0)
22
#define vxtime_unlock()         do {} while (0)
23
 
24
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.