On Wed, Oct 05, 2016 at 03:06:50PM +0200, Radim Krčmář wrote: > Every configuration has only up to one APIC class and we'll be extending > the class with a function that can be called without an instanced > object, so a direct access to the class is convenient. > > This patch will break compilation if some code uses apic_get_class() > with CONFIG_USER_ONLY. > > Suggested-by: Eduardo Habkost <ehabk...@redhat.com> > Signed-off-by: Radim Krčmář <rkrc...@redhat.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> -- Eduardo