Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2018 19:42:14 -0400
From:      Ian FREISLICH <ian.freislich@capeaugusta.com>
To:        John Baldwin <jhb@FreeBSD.org>, freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: intr_machdep.c:176:2: error: use of undeclared identifier 'interrupt_sorted'
Message-ID:  <5efd5c70-7672-8acb-747c-113806f47fcb@capeaugusta.com>
In-Reply-To: <0aa35f96-9f62-bfca-c04a-f6ddcb1ce738@FreeBSD.org>
References:  <524214ac-e3ca-53cd-aee3-dac9212e9800@capeaugusta.com> <0aa35f96-9f62-bfca-c04a-f6ddcb1ce738@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I moved the #ifdef down one line and its compiling.

Ian

--=20
Ian Freislich

On 08/29/2018 07:40 PM, John Baldwin wrote:
> On 8/29/18 4:20 PM, Ian FREISLICH wrote:
>> Hi
>>
>> I see the definition of interrupt_sorted is #ifdefed out by #ifdef SMP
>> at line 84.=C2=A0 My system is UP <gasp> so I'm not compiling an SMP ker=
nel.
>>
>> /usr/src/sys/x86/x86/intr_machdep.c:176:2: error: use of undeclared
>> identifier 'interrupt_sorted'; did you mean 'interrupt_sources'?
>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 interrupt_sorted =3D mallocar=
ray(num_io_irqs,
>> sizeof(*interrupt_sorted),
>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^~~~~~~~~~~~~~~~
>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 interrupt_sources
>> /usr/src/sys/x86/x86/intr_machdep.c:83:24: note: 'interrupt_sources'
>> declared here
>> static struct intsrc **interrupt_sources;
>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^
>> /usr/src/sys/x86/x86/intr_machdep.c:176:54: error: use of undeclared
>> identifier 'interrupt_sorted'; did you mean 'interrupt_sources'?
>> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 interrupt_sorted =3D mallocar=
ray(num_io_irqs,
>> sizeof(*interrupt_sorted),
> Probably just needs #ifdef SMP around the mallocarray().  I'll test local=
lyon a UP kernel config.
>


--=20




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5efd5c70-7672-8acb-747c-113806f47fcb>