[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1236507643.22914.3642.camel@twins>
Date: Sun, 08 Mar 2009 11:20:43 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: Jaswinder Singh Rajput <jaswinder@...nel.org>
Cc: Ingo Molnar <mingo@...e.hu>, Thomas Gleixner <tglx@...utronix.de>,
x86 maintainers <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [git-pull -tip] x86:perf_counter cleanup
On Sun, 2009-03-08 at 15:43 +0530, Jaswinder Singh Rajput wrote:
> +/*
> + * Exported because of ACPI idle
> + */
> u64 hw_perf_save_disable(void)
> {
> if (unlikely(!perf_counters_initialized))
> @@ -270,9 +272,6 @@ u64 hw_perf_save_disable(void)
>
> return pmc_ops->save_disable_all();
> }
> -/*
> - * Exported because of ACPI idle
> - */
> EXPORT_SYMBOL_GPL(hw_perf_save_disable);
>
> static void pmc_intel_restore_all(u64 ctrl)
> @@ -301,6 +300,9 @@ static void pmc_amd_restore_all(u64 ctrl)
> }
> }
>
> +/*
> + * Exported because of ACPI idle
> + */
> void hw_perf_restore(u64 ctrl)
> {
> if (unlikely(!perf_counters_initialized))
> @@ -308,9 +310,6 @@ void hw_perf_restore(u64 ctrl)
>
> pmc_ops->restore_all(ctrl);
> }
> -/*
> - * Exported because of ACPI idle
> - */
> EXPORT_SYMBOL_GPL(hw_perf_restore);
Please leave those comments where they are, they do not describe the
function, but comment on the export.
--
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