4 #include "kernel/kernel.h"
5 #include "arch_proto.h"
7 EXTERN
int cpu_has_tsc
; /* signal whether this cpu has time stamp register. This
8 feature was introduced by Pentium */
10 EXTERN
struct tss_s tss
[CONFIG_MAX_CPUS
];
12 EXTERN
int i386_paging_enabled
;
14 #endif /* __GLO_X86_H__ */