Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Dec 2011 14:30:45 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Justin Hibbits <jhibbits@freebsd.org>
Cc:        powerpc64@freebsd.org, Andreas Tobler <andreast-list@fgznet.ch>, FreeBSD Tinderbox <tinderbox@freebsd.org>, current@freebsd.org
Subject:   Re: [head tinderbox] failure on powerpc64/powerpc
Message-ID:  <7139CFFA-1DEA-4739-B689-B7DB03B4B625@FreeBSD.org>
In-Reply-To: <CAHSQbTCmh_eTxf4ETn5iZZzv=uofiy-EQLy3Znp%2Be59BXin2_w@mail.gmail.com>
References:  <201112242345.pBONjh5K008411@freebsd-current.sentex.ca> <CAHSQbTDz17U07JEjGY7RkF8uMLFKByk5WDH=c0VJbJXbuycPrA@mail.gmail.com> <4EF6F633.80803@fgznet.ch> <CAHSQbTCmh_eTxf4ETn5iZZzv=uofiy-EQLy3Znp%2Be59BXin2_w@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 25. Dec 2011, at 11:42 , Justin Hibbits wrote:

>>> Sorry about this, bad patch when I tested the build. I'll fix it tomorrow
>>> when I get time.
>> 
>> 
>> Something like this?
>> 
>> Andreas
>> 
>> Index: hwpmc_powerpc.c
>> ===================================================================
>> --- hwpmc_powerpc.c     (revision 228872)
>> +++ hwpmc_powerpc.c     (working copy)
>> @@ -686,10 +686,10 @@
>>               v       = pm->pm_sc.pm_reloadcount;
>>               config  = mfspr(SPR_MMCR0);
>> 
>> -               KASSERT((config & ~AMD_PMC_ENABLE) ==
>> -                   (pm->pm_md.pm_amd.pm_amd_evsel & ~AMD_PMC_ENABLE),
>> +               KASSERT((config & ~POWERPC_PMC_ENABLE) ==
>> +                   (pm->pm_md.pm_powerpc.pm_powerpc_evsel &
> ~POWERPC_PMC_ENABLE),
>>                   ("[powerpc,%d] config mismatch reg=0x%x pm=0x%x",
> __LINE__,
>> -                       config, pm->pm_md.pm_amd.pm_amd_evsel));
>> +                       config, pm->pm_md.pm_powerpc.pm_powerpc_evsel));
>> 
>>               mtspr(SPR_MMCR0, config | SPR_MMCR0_FC);
>>               powerpc_pmcn_write(i, v);
>> 
>> 
> 
> It's fine to delete the assert, I sent Nathan a patch to do so, but don't
> expect to commit it until tonight or tomorrow. You could commit a deletion
> if you want.

I just did in r228874.

Happy holidays,

/bz

-- 
Bjoern A. Zeeb                                 You have to have visions!
         Stop bit received. Insert coin for new address family.


-- 
Bjoern A. Zeeb                                 You have to have visions!
         Stop bit received. Insert coin for new address family.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7139CFFA-1DEA-4739-B689-B7DB03B4B625>