svn commit: r277285 - head/sys/x86/isa
Bjoern A. Zeeb
bz at FreeBSD.org
Sun Jan 18 01:34:27 UTC 2015
> On 17 Jan 2015, at 23:19 , Warner Losh <imp at bsdimp.com> wrote:
>
>
>> On Jan 17, 2015, at 6:31 AM, Bjoern A. Zeeb <bz at FreeBSD.org> wrote:
>>
>>
>>> On 17 Jan 2015, at 02:18 , Warner Losh <imp at FreeBSD.org> wrote:
>>>
>>> Author: imp
>>> Date: Sat Jan 17 02:17:59 2015
>>> New Revision: 277285
>>> URL: https://svnweb.freebsd.org/changeset/base/277285
>>>
>>> Log:
>>> Need to include opt_mca.h to test for DEV_MCA.
>>>
>>> Modified:
>>> head/sys/x86/isa/atpic.c
>>
>>
>> i386 LINT kernels:
>>
>> /scratch/tmp/bz/head.svn/sys/x86/isa/atpic.c:376:6: error: use of undeclared identifier 'MCA_system'
>> /scratch/tmp/bz/head.svn/sys/x86/isa/atpic.c:440:6: error: use of undeclared identifier ‘MCA_system'
>
>
> I don’t get that far. After ‘make LINT’ in i386, I get OFED unknown option…
Yeah blame r277302 on that ;-)
I put it back for now and let hps know but you could also go back to 277301 and try to fix yours ;-)
>
> Warner
>
>>>
>>> Modified: head/sys/x86/isa/atpic.c
>>> ==============================================================================
>>> --- head/sys/x86/isa/atpic.c Sat Jan 17 02:17:57 2015 (r277284)
>>> +++ head/sys/x86/isa/atpic.c Sat Jan 17 02:17:59 2015 (r277285)
>>> @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
>>>
>>> #include "opt_auto_eoi.h"
>>> #include "opt_isa.h"
>>> +#include "opt_mca.h"
>>>
>>> #include <sys/param.h>
>>> #include <sys/systm.h>
>>>
>>
>> —
>> Bjoern A. Zeeb Charles Haddon Spurgeon:
>> "Friendship is one of the sweetest joys of life. Many might have failed
>> beneath the bitterness of their trial had they not found a friend."
>>
>
—
Bjoern A. Zeeb Charles Haddon Spurgeon:
"Friendship is one of the sweetest joys of life. Many might have failed
beneath the bitterness of their trial had they not found a friend."
More information about the svn-src-head
mailing list