use TSC to minotoring the performance of LinuxBIOS

This commit is contained in:
Li-Ta Lo 2000-12-02 05:48:29 +00:00
commit d3e4c27442
3 changed files with 7 additions and 4 deletions

View file

@ -20,7 +20,7 @@ void printnibl(unsigned long nibl);
void printchar(unsigned char x);
void printint(unsigned long x);
void error(char errmsg[]);
void intel_post(char value);
void intel_post(unsigned char value);
void intel_conf_writeb(unsigned long port, unsigned char value);
unsigned char intel_conf_readb(unsigned long port);
void intel_cache_on(unsigned long base, unsigned long totalram);