[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAE9FiQVoSTB_zgZ7HeoFpFm6YrxwqRHDCMy3=+N8mf6FfdhNAg@mail.gmail.com>
Date: Tue, 20 Mar 2012 19:31:51 -0700
From: Yinghai Lu <yinghai@...nel.org>
To: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
Cc: suresh.b.siddha@...el.com, jwboyer@...hat.com, mingo@...e.hu,
hpa@...or.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] x86/apic_ops: Replace apic_ops with x86_apic_ops.
On Tue, Mar 20, 2012 at 5:12 PM, Konrad Rzeszutek Wilk
<konrad.wilk@...cle.com> wrote:
> . which makes the code fit within the rest of the x86_ops functions.
> +
> +struct x86_apic_ops x86_apic = {
> + .init = native_ioapic_init_mappings,
> + .read = native_ioapic_read,
> + .write = native_ioapic_write,
> + .modify = native_ioapic_modify,
> +};
x86_ioapic_ops and x86_ioapic would be better?
Yinghai
--
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