Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125409
b: refs/heads/master
c: 4d08d97
h: refs/heads/master
i:
  125407: d003c0b
v: v3
  • Loading branch information
Jaswinder Singh Rajput authored and H. Peter Anvin committed Dec 30, 2008
1 parent 4b189ad commit bc12927
Show file tree
Hide file tree
Showing 2 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: 557f687c87ddb8adb094b2dad4e1c83c7717982d
refs/heads/master: 4d08d97f5262dab4482af5bc91b30af4ca02269e
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/genx2apic_phys.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ static unsigned int phys_pkg_id(int index_msb)
return current_cpu_data.initial_apicid >> index_msb;
}

void x2apic_send_IPI_self(int vector)
static void x2apic_send_IPI_self(int vector)
{
apic_write(APIC_SELF_IPI, vector);
}

void init_x2apic_ldr(void)
static void init_x2apic_ldr(void)
{
return;
}
Expand Down

0 comments on commit bc12927

Please sign in to comment.