Loading arch/x86/kernel/apic_32.c +4 −0 Original line number Diff line number Diff line Loading @@ -128,7 +128,11 @@ static inline int lapic_get_version(void) */ static inline int lapic_is_integrated(void) { #ifdef CONFIG_X86_64 return 1; #else return APIC_INTEGRATED(lapic_get_version()); #endif } /* Loading arch/x86/kernel/apic_64.c +5 −1 Original line number Diff line number Diff line Loading @@ -111,11 +111,15 @@ static inline int lapic_get_version(void) } /* * Check, if the APIC is integrated or a seperate chip * Check, if the APIC is integrated or a separate chip */ static inline int lapic_is_integrated(void) { #ifdef CONFIG_X86_64 return 1; #else return APIC_INTEGRATED(lapic_get_version()); #endif } /* Loading Loading
arch/x86/kernel/apic_32.c +4 −0 Original line number Diff line number Diff line Loading @@ -128,7 +128,11 @@ static inline int lapic_get_version(void) */ static inline int lapic_is_integrated(void) { #ifdef CONFIG_X86_64 return 1; #else return APIC_INTEGRATED(lapic_get_version()); #endif } /* Loading
arch/x86/kernel/apic_64.c +5 −1 Original line number Diff line number Diff line Loading @@ -111,11 +111,15 @@ static inline int lapic_get_version(void) } /* * Check, if the APIC is integrated or a seperate chip * Check, if the APIC is integrated or a separate chip */ static inline int lapic_is_integrated(void) { #ifdef CONFIG_X86_64 return 1; #else return APIC_INTEGRATED(lapic_get_version()); #endif } /* Loading