From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753632AbbHRQ4F (ORCPT ); Tue, 18 Aug 2015 12:56:05 -0400 Received: from casper.infradead.org ([85.118.1.10]:45213 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753355AbbHRQ4C (ORCPT ); Tue, 18 Aug 2015 12:56:02 -0400 Subject: Re: linux-next: Tree for Aug 18 (xen/apic) To: Stephen Rothwell , linux-next@vger.kernel.org References: <20150818214003.73bd846a@canb.auug.org.au> Cc: linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org From: Randy Dunlap X-Enigmail-Draft-Status: N1110 Message-ID: <55D3639C.401@infradead.org> Date: Tue, 18 Aug 2015 09:55:56 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150818214003.73bd846a@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/18/15 04:40, Stephen Rothwell wrote: > Hi all, > > Changes since 20150817: > on i386: CONFIG_SMP is not enabled. # CONFIG_X86_UP_APIC is not set ../arch/x86/xen/apic.c: In function 'xen_io_apic_read': ../arch/x86/xen/apic.c:18:2: error: implicit declaration of function 'mpc_ioapic_addr' [-Werror=implicit-function-declaration] apic_op.apic_physbase = mpc_ioapic_addr(apic); ^ ../arch/x86/xen/apic.c: At top level: ../arch/x86/xen/apic.c:155:19: error: 'default_target_cpus' undeclared here (not in a function) .target_cpus = default_target_cpus, ^ ../arch/x86/xen/apic.c:158:24: error: 'default_check_apicid_used' undeclared here (not in a function) .check_apicid_used = default_check_apicid_used, /* Used on 32-bit */ ^ ../arch/x86/xen/apic.c:160:30: error: 'flat_vector_allocation_domain' undeclared here (not in a function) .vector_allocation_domain = flat_vector_allocation_domain, ^ ../arch/x86/xen/apic.c:163:25: error: 'default_ioapic_phys_id_map' undeclared here (not in a function) .ioapic_phys_id_map = default_ioapic_phys_id_map, /* Used on 32-bit */ ^ ../arch/x86/xen/apic.c:165:28: error: 'default_cpu_present_to_apicid' undeclared here (not in a function) .cpu_present_to_apicid = default_cpu_present_to_apicid, ^ ../arch/x86/xen/apic.c:167:31: error: 'default_check_phys_apicid_present' undeclared here (not in a function) .check_phys_apicid_present = default_check_phys_apicid_present, /* smp_sanity_check needs it */ ^ ../arch/x86/xen/apic.c:174:29: error: 'flat_cpu_mask_to_apicid_and' undeclared here (not in a function) .cpu_mask_to_apicid_and = flat_cpu_mask_to_apicid_and, ^ -- ~Randy