From 6697be3356052233a1f92291766d97ba39b7d56d Mon Sep 17 00:00:00 2001 From: Jacek Luczak Date: Sat, 12 Apr 2008 17:39:57 +0200 Subject: [PATCH] --- yaml --- r: 93526 b: refs/heads/master c: 991074fd35e9e584d3cc28b4cba2e12743aeaa46 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/mpparse.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6ede24e05094..52d1698282ab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4c01f23bdbd34e7edeadbaa920c3018307a541d5 +refs/heads/master: 991074fd35e9e584d3cc28b4cba2e12743aeaa46 diff --git a/trunk/arch/x86/kernel/mpparse.c b/trunk/arch/x86/kernel/mpparse.c index 23e8432a9826..3e2c54dc8b29 100644 --- a/trunk/arch/x86/kernel/mpparse.c +++ b/trunk/arch/x86/kernel/mpparse.c @@ -817,7 +817,7 @@ static int mp_find_ioapic(int gsi) return -1; } -static u8 uniq_ioapic_id(u8 id) +static u8 __init uniq_ioapic_id(u8 id) { #ifdef CONFIG_X86_32 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) &&