From 1f095bb2d9ad5bf2f48b436b3a4d95720b5bc507 Mon Sep 17 00:00:00 2001 From: Paolo Ciarrocchi Date: Wed, 20 Feb 2008 00:17:34 +0100 Subject: [PATCH] --- yaml --- r: 88623 b: refs/heads/master c: 8108576a78a68851de194d6ed2aa0a951de7bb7f h: refs/heads/master i: 88621: 2bf21a3f44ec0bb502d12877bd2204b850269705 88619: f382a4b9a2007f2767541ff2c65b211726fb9b50 88615: 0b0b4f6c4162e136fc0f785028408a15e5189270 88607: debbf77b3bacbb37fe2ed2e4f15801b9002215a6 v: v3 --- [refs] | 2 +- trunk/arch/x86/mach-generic/summit.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 7f691fe6a655..9b7a870f6308 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 651bbe16d05ea51fc102e1bf5765687ab32485c6 +refs/heads/master: 8108576a78a68851de194d6ed2aa0a951de7bb7f diff --git a/trunk/arch/x86/mach-generic/summit.c b/trunk/arch/x86/mach-generic/summit.c index 74883ccb8f73..a97ea0f35b1e 100644 --- a/trunk/arch/x86/mach-generic/summit.c +++ b/trunk/arch/x86/mach-generic/summit.c @@ -1,4 +1,4 @@ -/* +/* * APIC driver for the IBM "Summit" chipset. */ #define APIC_DEFINITION 1 @@ -19,9 +19,9 @@ #include static int probe_summit(void) -{ +{ /* probed later in mptable/ACPI hooks */ return 0; -} +} -struct genapic apic_summit = APIC_INIT("summit", probe_summit); +struct genapic apic_summit = APIC_INIT("summit", probe_summit);