repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
3.1.7 branch.
[minix.git]
/
kernel
/
arch
/
i386
/
glo.h
blob
d056d5c207cf47737791136ec80f067a044a1eb6
1
#ifndef __GLO_X86_H__
2
#define __GLO_X86_H__
3
4
EXTERN
int
cpu_has_tsc
;
/* signal whether this cpu has time stamp register. This
5
feature was introduced by Pentium */
6
7
#endif
/* __GLO_X86_H__ */