Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28987
b: refs/heads/master
c: acae9d3
h: refs/heads/master
i:
  28985: 4e2e03f
  28983: 4129616
v: v3
  • Loading branch information
Andreas Mohr authored and Linus Torvalds committed Jun 23, 2006
1 parent ad48d35 commit d04268d
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 21528454f6dd18231ae20102f98aa8f51b6ec1b9
refs/heads/master: acae9d32436122959667470b84da517d7b1b9c2d
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void __init apic_intr_init(void)
}

/* Using APIC to generate smp_local_timer_interrupt? */
int using_apic_timer = 0;
int using_apic_timer __read_mostly = 0;

static int enabled_via_apicbase;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ int disable_apic_timer __initdata;
static cpumask_t timer_interrupt_broadcast_ipi_mask;

/* Using APIC to generate smp_local_timer_interrupt? */
int using_apic_timer = 0;
int using_apic_timer __read_mostly = 0;

static void apic_pm_activate(void);

Expand Down

0 comments on commit d04268d

Please sign in to comment.