Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112723
b: refs/heads/master
c: b6c8051
h: refs/heads/master
i:
  112721: 4f4f063
  112719: 86c03fc
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Aug 19, 2008
1 parent ba9309e commit 24ac8fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: d5e629a6f88137fb77c4cc857be5ea7c3f27110d
refs/heads/master: b6c8051311e1a14d229df05ea39d0a1b2ce90cdd
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ static DEFINE_PER_CPU(struct clock_event_device, lapic_events);
static int enabled_via_apicbase;

static unsigned long apic_phys;
unsigned int __cpuinitdata maxcpus = NR_CPUS;


/*
* Get the LAPIC version
Expand Down Expand Up @@ -1459,8 +1461,6 @@ void disconnect_bsp_APIC(int virt_wire_setup)
}
}

unsigned int __cpuinitdata maxcpus = NR_CPUS;

void __cpuinit generic_processor_info(int apicid, int version)
{
int cpu;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ static struct clock_event_device lapic_clockevent = {
static DEFINE_PER_CPU(struct clock_event_device, lapic_events);

static unsigned long apic_phys;
unsigned int __cpuinitdata maxcpus = NR_CPUS;

unsigned long mp_lapic_addr;

unsigned int __cpuinitdata maxcpus = NR_CPUS;
/*
* Get the LAPIC version
*/
Expand Down

0 comments on commit 24ac8fc

Please sign in to comment.