Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212078
b: refs/heads/master
c: 940b3c7
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 15, 2010
1 parent 52ab11b commit 9c0b87f
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: 4d033556f1bfaa7604b951bfadd17aaf1b74e4c5
refs/heads/master: 940b3c7b193ec54141976a8642c00582f423690c
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/sfi.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#ifdef CONFIG_X86_LOCAL_APIC
static unsigned long sfi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;

void __init mp_sfi_register_lapic_address(unsigned long address)
static void __init mp_sfi_register_lapic_address(unsigned long address)
{
mp_lapic_addr = address;

Expand All @@ -46,7 +46,7 @@ void __init mp_sfi_register_lapic_address(unsigned long address)
}

/* All CPUs enumerated by SFI must be present and enabled */
void __cpuinit mp_sfi_register_lapic(u8 id)
static void __cpuinit mp_sfi_register_lapic(u8 id)
{
if (MAX_APICS - id <= 0) {
pr_warning("Processor #%d invalid (max %d)\n",
Expand Down

0 comments on commit 9c0b87f

Please sign in to comment.