time.c
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:21k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  *  linux/arch/i386/kernel/time.c
  3.  *
  4.  *  Copyright (C) 1991, 1992, 1995  Linus Torvalds
  5.  *
  6.  * This file contains the PC-specific time handling details:
  7.  * reading the RTC at bootup, etc..
  8.  * 1994-07-02    Alan Modra
  9.  * fixed set_rtc_mmss, fixed time.year for >= 2000, new mktime
  10.  * 1995-03-26    Markus Kuhn
  11.  *      fixed 500 ms bug at call to set_rtc_mmss, fixed DS12887
  12.  *      precision CMOS clock update
  13.  * 1996-05-03    Ingo Molnar
  14.  *      fixed time warps in do_[slow|fast]_gettimeoffset()
  15.  * 1997-09-10 Updated NTP code according to technical memorandum Jan '96
  16.  * "A Kernel Model for Precision Timekeeping" by Dave Mills
  17.  * 1998-09-05    (Various)
  18.  * More robust do_fast_gettimeoffset() algorithm implemented
  19.  * (works with APM, Cyrix 6x86MX and Centaur C6),
  20.  * monotonic gettimeofday() with fast_get_timeoffset(),
  21.  * drift-proof precision TSC calibration on boot
  22.  * (C. Scott Ananian <cananian@alumni.princeton.edu>, Andrew D.
  23.  * Balsa <andrebalsa@altern.org>, Philip Gladstone <philip@raptor.com>;
  24.  * ported from 2.0.35 Jumbo-9 by Michael Krause <m.krause@tu-harburg.de>).
  25.  * 1998-12-16    Andrea Arcangeli
  26.  * Fixed Jumbo-9 code in 2.1.131: do_gettimeofday was missing 1 jiffy
  27.  * because was not accounting lost_ticks.
  28.  * 1998-12-24 Copyright (C) 1998  Andrea Arcangeli
  29.  * Fixed a xtime SMP race (we need the xtime_lock rw spinlock to
  30.  * serialize accesses to xtime/lost_ticks).
  31.  */
  32. #include <linux/errno.h>
  33. #include <linux/sched.h>
  34. #include <linux/kernel.h>
  35. #include <linux/param.h>
  36. #include <linux/string.h>
  37. #include <linux/mm.h>
  38. #include <linux/interrupt.h>
  39. #include <linux/time.h>
  40. #include <linux/delay.h>
  41. #include <linux/init.h>
  42. #include <linux/smp.h>
  43. #include <asm/io.h>
  44. #include <asm/smp.h>
  45. #include <asm/irq.h>
  46. #include <asm/msr.h>
  47. #include <asm/delay.h>
  48. #include <asm/mpspec.h>
  49. #include <asm/uaccess.h>
  50. #include <asm/processor.h>
  51. #include <linux/mc146818rtc.h>
  52. #include <linux/timex.h>
  53. #include <linux/config.h>
  54. #include <asm/fixmap.h>
  55. #include <asm/cobalt.h>
  56. /*
  57.  * for x86_do_profile()
  58.  */
  59. #include <linux/irq.h>
  60. unsigned long cpu_khz; /* Detected as we calibrate the TSC */
  61. /* Number of usecs that the last interrupt was delayed */
  62. static int delay_at_last_interrupt;
  63. static unsigned long last_tsc_low; /* lsb 32 bits of Time Stamp Counter */
  64. /* Cached *multiplier* to convert TSC counts to microseconds.
  65.  * (see the equation below).
  66.  * Equal to 2^32 * (1 / (clocks per usec) ).
  67.  * Initialized in time_init.
  68.  */
  69. unsigned long fast_gettimeoffset_quotient;
  70. extern rwlock_t xtime_lock;
  71. extern unsigned long wall_jiffies;
  72. spinlock_t rtc_lock = SPIN_LOCK_UNLOCKED;
  73. static inline unsigned long do_fast_gettimeoffset(void)
  74. {
  75. register unsigned long eax, edx;
  76. /* Read the Time Stamp Counter */
  77. rdtsc(eax,edx);
  78. /* .. relative to previous jiffy (32 bits is enough) */
  79. eax -= last_tsc_low; /* tsc_low delta */
  80. /*
  81.          * Time offset = (tsc_low delta) * fast_gettimeoffset_quotient
  82.          *             = (tsc_low delta) * (usecs_per_clock)
  83.          *             = (tsc_low delta) * (usecs_per_jiffy / clocks_per_jiffy)
  84.  *
  85.  * Using a mull instead of a divl saves up to 31 clock cycles
  86.  * in the critical path.
  87.          */
  88. __asm__("mull %2"
  89. :"=a" (eax), "=d" (edx)
  90. :"rm" (fast_gettimeoffset_quotient),
  91.  "0" (eax));
  92. /* our adjusted time offset in microseconds */
  93. return delay_at_last_interrupt + edx;
  94. }
  95. #define TICK_SIZE tick
  96. spinlock_t i8253_lock = SPIN_LOCK_UNLOCKED;
  97. extern spinlock_t i8259A_lock;
  98. #ifndef CONFIG_X86_TSC
  99. /* This function must be called with interrupts disabled 
  100.  * It was inspired by Steve McCanne's microtime-i386 for BSD.  -- jrs
  101.  * 
  102.  * However, the pc-audio speaker driver changes the divisor so that
  103.  * it gets interrupted rather more often - it loads 64 into the
  104.  * counter rather than 11932! This has an adverse impact on
  105.  * do_gettimeoffset() -- it stops working! What is also not
  106.  * good is that the interval that our timer function gets called
  107.  * is no longer 10.0002 ms, but 9.9767 ms. To get around this
  108.  * would require using a different timing source. Maybe someone
  109.  * could use the RTC - I know that this can interrupt at frequencies
  110.  * ranging from 8192Hz to 2Hz. If I had the energy, I'd somehow fix
  111.  * it so that at startup, the timer code in sched.c would select
  112.  * using either the RTC or the 8253 timer. The decision would be
  113.  * based on whether there was any other device around that needed
  114.  * to trample on the 8253. I'd set up the RTC to interrupt at 1024 Hz,
  115.  * and then do some jiggery to have a version of do_timer that 
  116.  * advanced the clock by 1/1024 s. Every time that reached over 1/100
  117.  * of a second, then do all the old code. If the time was kept correct
  118.  * then do_gettimeoffset could just return 0 - there is no low order
  119.  * divider that can be accessed.
  120.  *
  121.  * Ideally, you would be able to use the RTC for the speaker driver,
  122.  * but it appears that the speaker driver really needs interrupt more
  123.  * often than every 120 us or so.
  124.  *
  125.  * Anyway, this needs more thought.... pjsg (1993-08-28)
  126.  * 
  127.  * If you are really that interested, you should be reading
  128.  * comp.protocols.time.ntp!
  129.  */
  130. static unsigned long do_slow_gettimeoffset(void)
  131. {
  132. int count;
  133. static int count_p = LATCH;    /* for the first call after boot */
  134. static unsigned long jiffies_p = 0;
  135. /*
  136.  * cache volatile jiffies temporarily; we have IRQs turned off. 
  137.  */
  138. unsigned long jiffies_t;
  139. /* gets recalled with irq locally disabled */
  140. spin_lock(&i8253_lock);
  141. /* timer count may underflow right here */
  142. outb_p(0x00, 0x43); /* latch the count ASAP */
  143. count = inb_p(0x40); /* read the latched count */
  144. /*
  145.  * We do this guaranteed double memory access instead of a _p 
  146.  * postfix in the previous port access. Wheee, hackady hack
  147.  */
  148.   jiffies_t = jiffies;
  149. count |= inb_p(0x40) << 8;
  150.         /* VIA686a test code... reset the latch if count > max + 1 */
  151.         if (count > LATCH) {
  152.                 outb_p(0x34, 0x43);
  153.                 outb_p(LATCH & 0xff, 0x40);
  154.                 outb(LATCH >> 8, 0x40);
  155.                 count = LATCH - 1;
  156.         }
  157. spin_unlock(&i8253_lock);
  158. /*
  159.  * avoiding timer inconsistencies (they are rare, but they happen)...
  160.  * there are two kinds of problems that must be avoided here:
  161.  *  1. the timer counter underflows
  162.  *  2. hardware problem with the timer, not giving us continuous time,
  163.  *     the counter does small "jumps" upwards on some Pentium systems,
  164.  *     (see c't 95/10 page 335 for Neptun bug.)
  165.  */
  166. /* you can safely undefine this if you don't have the Neptune chipset */
  167. #define BUGGY_NEPTUN_TIMER
  168. if( jiffies_t == jiffies_p ) {
  169. if( count > count_p ) {
  170. /* the nutcase */
  171. int i;
  172. spin_lock(&i8259A_lock);
  173. /*
  174.  * This is tricky when I/O APICs are used;
  175.  * see do_timer_interrupt().
  176.  */
  177. i = inb(0x20);
  178. spin_unlock(&i8259A_lock);
  179. /* assumption about timer being IRQ0 */
  180. if (i & 0x01) {
  181. /*
  182.  * We cannot detect lost timer interrupts ... 
  183.  * well, that's why we call them lost, don't we? :)
  184.  * [hmm, on the Pentium and Alpha we can ... sort of]
  185.  */
  186. count -= LATCH;
  187. } else {
  188. #ifdef BUGGY_NEPTUN_TIMER
  189. /*
  190.  * for the Neptun bug we know that the 'latch'
  191.  * command doesnt latch the high and low value
  192.  * of the counter atomically. Thus we have to 
  193.  * substract 256 from the counter 
  194.  * ... funny, isnt it? :)
  195.  */
  196. count -= 256;
  197. #else
  198. printk("do_slow_gettimeoffset(): hardware timer problem?n");
  199. #endif
  200. }
  201. }
  202. } else
  203. jiffies_p = jiffies_t;
  204. count_p = count;
  205. count = ((LATCH-1) - count) * TICK_SIZE;
  206. count = (count + LATCH/2) / LATCH;
  207. return count;
  208. }
  209. static unsigned long (*do_gettimeoffset)(void) = do_slow_gettimeoffset;
  210. #else
  211. #define do_gettimeoffset() do_fast_gettimeoffset()
  212. #endif
  213. /*
  214.  * This version of gettimeofday has microsecond resolution
  215.  * and better than microsecond precision on fast x86 machines with TSC.
  216.  */
  217. void do_gettimeofday(struct timeval *tv)
  218. {
  219. unsigned long flags;
  220. unsigned long usec, sec;
  221. read_lock_irqsave(&xtime_lock, flags);
  222. usec = do_gettimeoffset();
  223. {
  224. unsigned long lost = jiffies - wall_jiffies;
  225. if (lost)
  226. usec += lost * (1000000 / HZ);
  227. }
  228. sec = xtime.tv_sec;
  229. usec += xtime.tv_usec;
  230. read_unlock_irqrestore(&xtime_lock, flags);
  231. while (usec >= 1000000) {
  232. usec -= 1000000;
  233. sec++;
  234. }
  235. tv->tv_sec = sec;
  236. tv->tv_usec = usec;
  237. }
  238. void do_settimeofday(struct timeval *tv)
  239. {
  240. write_lock_irq(&xtime_lock);
  241. /*
  242.  * This is revolting. We need to set "xtime" correctly. However, the
  243.  * value in this location is the value at the most recent update of
  244.  * wall time.  Discover what correction gettimeofday() would have
  245.  * made, and then undo it!
  246.  */
  247. tv->tv_usec -= do_gettimeoffset();
  248. tv->tv_usec -= (jiffies - wall_jiffies) * (1000000 / HZ);
  249. while (tv->tv_usec < 0) {
  250. tv->tv_usec += 1000000;
  251. tv->tv_sec--;
  252. }
  253. xtime = *tv;
  254. time_adjust = 0; /* stop active adjtime() */
  255. time_status |= STA_UNSYNC;
  256. time_maxerror = NTP_PHASE_LIMIT;
  257. time_esterror = NTP_PHASE_LIMIT;
  258. write_unlock_irq(&xtime_lock);
  259. }
  260. /*
  261.  * In order to set the CMOS clock precisely, set_rtc_mmss has to be
  262.  * called 500 ms after the second nowtime has started, because when
  263.  * nowtime is written into the registers of the CMOS clock, it will
  264.  * jump to the next second precisely 500 ms later. Check the Motorola
  265.  * MC146818A or Dallas DS12887 data sheet for details.
  266.  *
  267.  * BUG: This routine does not handle hour overflow properly; it just
  268.  *      sets the minutes. Usually you'll only notice that after reboot!
  269.  */
  270. static int set_rtc_mmss(unsigned long nowtime)
  271. {
  272. int retval = 0;
  273. int real_seconds, real_minutes, cmos_minutes;
  274. unsigned char save_control, save_freq_select;
  275. /* gets recalled with irq locally disabled */
  276. spin_lock(&rtc_lock);
  277. save_control = CMOS_READ(RTC_CONTROL); /* tell the clock it's being set */
  278. CMOS_WRITE((save_control|RTC_SET), RTC_CONTROL);
  279. save_freq_select = CMOS_READ(RTC_FREQ_SELECT); /* stop and reset prescaler */
  280. CMOS_WRITE((save_freq_select|RTC_DIV_RESET2), RTC_FREQ_SELECT);
  281. cmos_minutes = CMOS_READ(RTC_MINUTES);
  282. if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD)
  283. BCD_TO_BIN(cmos_minutes);
  284. /*
  285.  * since we're only adjusting minutes and seconds,
  286.  * don't interfere with hour overflow. This avoids
  287.  * messing with unknown time zones but requires your
  288.  * RTC not to be off by more than 15 minutes
  289.  */
  290. real_seconds = nowtime % 60;
  291. real_minutes = nowtime / 60;
  292. if (((abs(real_minutes - cmos_minutes) + 15)/30) & 1)
  293. real_minutes += 30; /* correct for half hour time zone */
  294. real_minutes %= 60;
  295. if (abs(real_minutes - cmos_minutes) < 30) {
  296. if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) {
  297. BIN_TO_BCD(real_seconds);
  298. BIN_TO_BCD(real_minutes);
  299. }
  300. CMOS_WRITE(real_seconds,RTC_SECONDS);
  301. CMOS_WRITE(real_minutes,RTC_MINUTES);
  302. } else {
  303. printk(KERN_WARNING
  304.        "set_rtc_mmss: can't update from %d to %dn",
  305.        cmos_minutes, real_minutes);
  306. retval = -1;
  307. }
  308. /* The following flags have to be released exactly in this order,
  309.  * otherwise the DS12887 (popular MC146818A clone with integrated
  310.  * battery and quartz) will not reset the oscillator and will not
  311.  * update precisely 500 ms later. You won't find this mentioned in
  312.  * the Dallas Semiconductor data sheets, but who believes data
  313.  * sheets anyway ...                           -- Markus Kuhn
  314.  */
  315. CMOS_WRITE(save_control, RTC_CONTROL);
  316. CMOS_WRITE(save_freq_select, RTC_FREQ_SELECT);
  317. spin_unlock(&rtc_lock);
  318. return retval;
  319. }
  320. /* last time the cmos clock got updated */
  321. static long last_rtc_update;
  322. int timer_ack;
  323. /*
  324.  * timer_interrupt() needs to keep up the real-time clock,
  325.  * as well as call the "do_timer()" routine every clocktick
  326.  */
  327. static inline void do_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
  328. {
  329. #ifdef CONFIG_X86_IO_APIC
  330. if (timer_ack) {
  331. /*
  332.  * Subtle, when I/O APICs are used we have to ack timer IRQ
  333.  * manually to reset the IRR bit for do_slow_gettimeoffset().
  334.  * This will also deassert NMI lines for the watchdog if run
  335.  * on an 82489DX-based system.
  336.  */
  337. spin_lock(&i8259A_lock);
  338. outb(0x0c, 0x20);
  339. /* Ack the IRQ; AEOI will end it automatically. */
  340. inb(0x20);
  341. spin_unlock(&i8259A_lock);
  342. }
  343. #endif
  344. #ifdef CONFIG_VISWS
  345. /* Clear the interrupt */
  346. co_cpu_write(CO_CPU_STAT,co_cpu_read(CO_CPU_STAT) & ~CO_STAT_TIMEINTR);
  347. #endif
  348. do_timer(regs);
  349. /*
  350.  * In the SMP case we use the local APIC timer interrupt to do the
  351.  * profiling, except when we simulate SMP mode on a uniprocessor
  352.  * system, in that case we have to call the local interrupt handler.
  353.  */
  354. #ifndef CONFIG_X86_LOCAL_APIC
  355. if (!user_mode(regs))
  356. x86_do_profile(regs->eip);
  357. #else
  358. if (!using_apic_timer)
  359. smp_local_timer_interrupt(regs);
  360. #endif
  361. /*
  362.  * If we have an externally synchronized Linux clock, then update
  363.  * CMOS clock accordingly every ~11 minutes. Set_rtc_mmss() has to be
  364.  * called as close as possible to 500 ms before the new second starts.
  365.  */
  366. if ((time_status & STA_UNSYNC) == 0 &&
  367.     xtime.tv_sec > last_rtc_update + 660 &&
  368.     xtime.tv_usec >= 500000 - ((unsigned) tick) / 2 &&
  369.     xtime.tv_usec <= 500000 + ((unsigned) tick) / 2) {
  370. if (set_rtc_mmss(xtime.tv_sec) == 0)
  371. last_rtc_update = xtime.tv_sec;
  372. else
  373. last_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */
  374. }
  375.     
  376. #ifdef CONFIG_MCA
  377. if( MCA_bus ) {
  378. /* The PS/2 uses level-triggered interrupts.  You can't
  379. turn them off, nor would you want to (any attempt to
  380. enable edge-triggered interrupts usually gets intercepted by a
  381. special hardware circuit).  Hence we have to acknowledge
  382. the timer interrupt.  Through some incredibly stupid
  383. design idea, the reset for IRQ 0 is done by setting the
  384. high bit of the PPI port B (0x61).  Note that some PS/2s,
  385. notably the 55SX, work fine if this is removed.  */
  386. irq = inb_p( 0x61 ); /* read the current state */
  387. outb_p( irq|0x80, 0x61 ); /* reset the IRQ */
  388. }
  389. #endif
  390. }
  391. static int use_tsc;
  392. /*
  393.  * This is the same as the above, except we _also_ save the current
  394.  * Time Stamp Counter value at the time of the timer interrupt, so that
  395.  * we later on can estimate the time of day more exactly.
  396.  */
  397. static void timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
  398. {
  399. int count;
  400. /*
  401.  * Here we are in the timer irq handler. We just have irqs locally
  402.  * disabled but we don't know if the timer_bh is running on the other
  403.  * CPU. We need to avoid to SMP race with it. NOTE: we don' t need
  404.  * the irq version of write_lock because as just said we have irq
  405.  * locally disabled. -arca
  406.  */
  407. write_lock(&xtime_lock);
  408. if (use_tsc)
  409. {
  410. /*
  411.  * It is important that these two operations happen almost at
  412.  * the same time. We do the RDTSC stuff first, since it's
  413.  * faster. To avoid any inconsistencies, we need interrupts
  414.  * disabled locally.
  415.  */
  416. /*
  417.  * Interrupts are just disabled locally since the timer irq
  418.  * has the SA_INTERRUPT flag set. -arca
  419.  */
  420. /* read Pentium cycle counter */
  421. rdtscl(last_tsc_low);
  422. spin_lock(&i8253_lock);
  423. outb_p(0x00, 0x43);     /* latch the count ASAP */
  424. count = inb_p(0x40);    /* read the latched count */
  425. count |= inb(0x40) << 8;
  426. spin_unlock(&i8253_lock);
  427. count = ((LATCH-1) - count) * TICK_SIZE;
  428. delay_at_last_interrupt = (count + LATCH/2) / LATCH;
  429. }
  430.  
  431. do_timer_interrupt(irq, NULL, regs);
  432. write_unlock(&xtime_lock);
  433. }
  434. /* not static: needed by APM */
  435. unsigned long get_cmos_time(void)
  436. {
  437. unsigned int year, mon, day, hour, min, sec;
  438. int i;
  439. spin_lock(&rtc_lock);
  440. /* The Linux interpretation of the CMOS clock register contents:
  441.  * When the Update-In-Progress (UIP) flag goes from 1 to 0, the
  442.  * RTC registers show the second which has precisely just started.
  443.  * Let's hope other operating systems interpret the RTC the same way.
  444.  */
  445. /* read RTC exactly on falling edge of update flag */
  446. for (i = 0 ; i < 1000000 ; i++) /* may take up to 1 second... */
  447. if (CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP)
  448. break;
  449. for (i = 0 ; i < 1000000 ; i++) /* must try at least 2.228 ms */
  450. if (!(CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP))
  451. break;
  452. do { /* Isn't this overkill ? UIP above should guarantee consistency */
  453. sec = CMOS_READ(RTC_SECONDS);
  454. min = CMOS_READ(RTC_MINUTES);
  455. hour = CMOS_READ(RTC_HOURS);
  456. day = CMOS_READ(RTC_DAY_OF_MONTH);
  457. mon = CMOS_READ(RTC_MONTH);
  458. year = CMOS_READ(RTC_YEAR);
  459. } while (sec != CMOS_READ(RTC_SECONDS));
  460. if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD)
  461.   {
  462.     BCD_TO_BIN(sec);
  463.     BCD_TO_BIN(min);
  464.     BCD_TO_BIN(hour);
  465.     BCD_TO_BIN(day);
  466.     BCD_TO_BIN(mon);
  467.     BCD_TO_BIN(year);
  468.   }
  469. spin_unlock(&rtc_lock);
  470. if ((year += 1900) < 1970)
  471. year += 100;
  472. return mktime(year, mon, day, hour, min, sec);
  473. }
  474. static struct irqaction irq0  = { timer_interrupt, SA_INTERRUPT, 0, "timer", NULL, NULL};
  475. /* ------ Calibrate the TSC ------- 
  476.  * Return 2^32 * (1 / (TSC clocks per usec)) for do_fast_gettimeoffset().
  477.  * Too much 64-bit arithmetic here to do this cleanly in C, and for
  478.  * accuracy's sake we want to keep the overhead on the CTC speaker (channel 2)
  479.  * output busy loop as low as possible. We avoid reading the CTC registers
  480.  * directly because of the awkward 8-bit access mechanism of the 82C54
  481.  * device.
  482.  */
  483. #define CALIBRATE_LATCH (5 * LATCH)
  484. #define CALIBRATE_TIME (5 * 1000020/HZ)
  485. static unsigned long __init calibrate_tsc(void)
  486. {
  487.        /* Set the Gate high, disable speaker */
  488. outb((inb(0x61) & ~0x02) | 0x01, 0x61);
  489. /*
  490.  * Now let's take care of CTC channel 2
  491.  *
  492.  * Set the Gate high, program CTC channel 2 for mode 0,
  493.  * (interrupt on terminal count mode), binary count,
  494.  * load 5 * LATCH count, (LSB and MSB) to begin countdown.
  495.  */
  496. outb(0xb0, 0x43); /* binary, mode 0, LSB/MSB, Ch 2 */
  497. outb(CALIBRATE_LATCH & 0xff, 0x42); /* LSB of count */
  498. outb(CALIBRATE_LATCH >> 8, 0x42); /* MSB of count */
  499. {
  500. unsigned long startlow, starthigh;
  501. unsigned long endlow, endhigh;
  502. unsigned long count;
  503. rdtsc(startlow,starthigh);
  504. count = 0;
  505. do {
  506. count++;
  507. } while ((inb(0x61) & 0x20) == 0);
  508. rdtsc(endlow,endhigh);
  509. last_tsc_low = endlow;
  510. /* Error: ECTCNEVERSET */
  511. if (count <= 1)
  512. goto bad_ctc;
  513. /* 64-bit subtract - gcc just messes up with long longs */
  514. __asm__("subl %2,%0nt"
  515. "sbbl %3,%1"
  516. :"=a" (endlow), "=d" (endhigh)
  517. :"g" (startlow), "g" (starthigh),
  518.  "0" (endlow), "1" (endhigh));
  519. /* Error: ECPUTOOFAST */
  520. if (endhigh)
  521. goto bad_ctc;
  522. /* Error: ECPUTOOSLOW */
  523. if (endlow <= CALIBRATE_TIME)
  524. goto bad_ctc;
  525. __asm__("divl %2"
  526. :"=a" (endlow), "=d" (endhigh)
  527. :"r" (endlow), "0" (0), "1" (CALIBRATE_TIME));
  528. return endlow;
  529. }
  530. /*
  531.  * The CTC wasn't reliable: we got a hit on the very first read,
  532.  * or the CPU was so fast/slow that the quotient wouldn't fit in
  533.  * 32 bits..
  534.  */
  535. bad_ctc:
  536. return 0;
  537. }
  538. void __init time_init(void)
  539. {
  540. extern int x86_udelay_tsc;
  541. xtime.tv_sec = get_cmos_time();
  542. xtime.tv_usec = 0;
  543. /*
  544.  * If we have APM enabled or the CPU clock speed is variable
  545.  * (CPU stops clock on HLT or slows clock to save power)
  546.  * then the TSC timestamps may diverge by up to 1 jiffy from
  547.  * 'real time' but nothing will break.
  548.  * The most frequent case is that the CPU is "woken" from a halt
  549.  * state by the timer interrupt itself, so we get 0 error. In the
  550.  * rare cases where a driver would "wake" the CPU and request a
  551.  * timestamp, the maximum error is < 1 jiffy. But timestamps are
  552.  * still perfectly ordered.
  553.  * Note that the TSC counter will be reset if APM suspends
  554.  * to disk; this won't break the kernel, though, 'cuz we're
  555.  * smart.  See arch/i386/kernel/apm.c.
  556.  */
  557.   /*
  558.    * Firstly we have to do a CPU check for chips with
  559.    *  a potentially buggy TSC. At this point we haven't run
  560.    * the ident/bugs checks so we must run this hook as it
  561.    * may turn off the TSC flag.
  562.    *
  563.    * NOTE: this doesnt yet handle SMP 486 machines where only
  564.    * some CPU's have a TSC. Thats never worked and nobody has
  565.    * moaned if you have the only one in the world - you fix it!
  566.    */
  567.  
  568.   dodgy_tsc();
  569.  
  570. if (cpu_has_tsc) {
  571. unsigned long tsc_quotient = calibrate_tsc();
  572. if (tsc_quotient) {
  573. fast_gettimeoffset_quotient = tsc_quotient;
  574. use_tsc = 1;
  575. /*
  576.  * We could be more selective here I suspect
  577.  * and just enable this for the next intel chips ?
  578.  */
  579. x86_udelay_tsc = 1;
  580. #ifndef do_gettimeoffset
  581. do_gettimeoffset = do_fast_gettimeoffset;
  582. #endif
  583. /* report CPU clock rate in Hz.
  584.  * The formula is (10^6 * 2^32) / (2^32 * 1 / (clocks/us)) =
  585.  * clock/second. Our precision is about 100 ppm.
  586.  */
  587. { unsigned long eax=0, edx=1000;
  588. __asm__("divl %2"
  589.         :"=a" (cpu_khz), "=d" (edx)
  590.                  :"r" (tsc_quotient),
  591.                  "0" (eax), "1" (edx));
  592. printk("Detected %lu.%03lu MHz processor.n", cpu_khz / 1000, cpu_khz % 1000);
  593. }
  594. }
  595. }
  596. #ifdef CONFIG_VISWS
  597. printk("Starting Cobalt Timer system clockn");
  598. /* Set the countdown value */
  599. co_cpu_write(CO_CPU_TIMEVAL, CO_TIME_HZ/HZ);
  600. /* Start the timer */
  601. co_cpu_write(CO_CPU_CTRL, co_cpu_read(CO_CPU_CTRL) | CO_CTRL_TIMERUN);
  602. /* Enable (unmask) the timer interrupt */
  603. co_cpu_write(CO_CPU_CTRL, co_cpu_read(CO_CPU_CTRL) & ~CO_CTRL_TIMEMASK);
  604. /* Wire cpu IDT entry to s/w handler (and Cobalt APIC to IDT) */
  605. setup_irq(CO_IRQ_TIMER, &irq0);
  606. #else
  607. setup_irq(0, &irq0);
  608. #endif
  609. }