Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20421
b: refs/heads/master
c: 7fd6784
h: refs/heads/master
i:
  20419: 51331bb
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Feb 17, 2006
1 parent 9c6b39c commit e8fcc8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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: ab68805955ee3dd84a6aa76cd70e61fde996968d
refs/heads/master: 7fd67843b96f90f59c9a244a1bc25137978a3ff9
1 change: 1 addition & 0 deletions trunk/arch/x86_64/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,7 @@ __setup("noapicmaintimer", setup_noapicmaintimer);
static __init int setup_apicpmtimer(char *s)
{
apic_calibrate_pmtmr = 1;
notsc_setup(NULL);
return setup_apicmaintimer(NULL);
}
__setup("apicpmtimer", setup_apicpmtimer);
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/x86_64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -1327,8 +1327,7 @@ static int __init nohpet_setup(char *s)

__setup("nohpet", nohpet_setup);


static int __init notsc_setup(char *s)
int __init notsc_setup(char *s)
{
notsc = 1;
return 0;
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-x86_64/proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ extern int fix_aperture;
extern int force_iommu;

extern int reboot_force;
extern int notsc_setup(char *);

extern void smp_local_timer_interrupt(struct pt_regs * regs);

Expand Down

0 comments on commit e8fcc8e

Please sign in to comment.