Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53736
b: refs/heads/master
c: f5e8861
h: refs/heads/master
v: v3
  • Loading branch information
takada authored and Andi Kleen committed May 2, 2007
1 parent 27e27f0 commit f9ccfc3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9215da33209b861b01c51382254b178a3fe92a30
refs/heads/master: f5e8861583a591020176c90c10c6a130fed4f3ec
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/cpu/cyrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ static void __cpuinit init_cyrix(struct cpuinfo_x86 *c)
*/
if (vendor == PCI_VENDOR_ID_CYRIX &&
(device == PCI_DEVICE_ID_CYRIX_5510 || device == PCI_DEVICE_ID_CYRIX_5520))
pit_latch_buggy = 1;
mark_tsc_unstable();
}
#endif
c->x86_cache_size=16; /* Yep 16K integrated cache thats it */
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/i386/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@

#include <asm/i8259.h>

int pit_latch_buggy; /* extern */

#include "do_timer.h"

unsigned int cpu_khz; /* Detected as we calibrate the TSC */
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/asm-i386/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ void setup_pit_timer(void);
unsigned long long native_sched_clock(void);
unsigned long native_calculate_cpu_khz(void);

/* Modifiers for buggy PIT handling */
extern int pit_latch_buggy;
extern int timer_ack;
extern int no_timer_check;
extern int no_sync_cmos_clock;
Expand Down

0 comments on commit f9ccfc3

Please sign in to comment.