[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071205085102.2a6f9803@laptopd505.fenrus.org>
Date: Wed, 5 Dec 2007 08:51:02 -0800
From: Arjan van de Ven <arjan@...radead.org>
To: "Robert Richter" <robert.richter@....com>
Cc: "Thomas Gleixner" <tglx@...utronix.de>,
"Ingo Molnar" <mingo@...hat.com>, "H. Peter Anvin" <hpa@...or.com>,
"LKML" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86: apic: Export symbols for extended interrupt LVT
functions
On Wed, 5 Dec 2007 17:40:14 +0100 (CET)
"Robert Richter" <robert.richter@....com> wrote:
which kernel code is using or going to use these export?
> Signed-off-by: Robert Richter <robert.richter@....com>
> ---
> arch/x86/kernel/apic_64.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c
> index 5a31a8c..a678e8f 100644
> --- a/arch/x86/kernel/apic_64.c
> +++ b/arch/x86/kernel/apic_64.c
> @@ -209,12 +209,14 @@ u8 setup_APIC_eilvt_mce(u8 vector, u8 msg_type,
> u8 mask) setup_APIC_eilvt(APIC_EILVT_LVTOFF_MCE, vector, msg_type,
> mask); return APIC_EILVT_LVTOFF_MCE;
> }
> +EXPORT_SYMBOL(setup_APIC_eilvt_mce);
>
> u8 setup_APIC_eilvt_ibs(u8 vector, u8 msg_type, u8 mask)
> {
> setup_APIC_eilvt(APIC_EILVT_LVTOFF_IBS, vector, msg_type,
> mask); return APIC_EILVT_LVTOFF_IBS;
> }
> +EXPORT_SYMBOL(setup_APIC_eilvt_ibs);
>
> /*
> * Program the next event, relative to now
--
If you want to reach me at my work email, use arjan@...ux.intel.com
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists