svn commit: r212647 - head/sys/sys

Andriy Gapon avg at freebsd.org
Wed Sep 15 16:30:52 UTC 2010


on 15/09/2010 19:25 Andriy Gapon said the following:
> on 15/09/2010 18:57 John Baldwin said the following:
>> On Wednesday, September 15, 2010 6:02:46 am Andriy Gapon wrote:
>>>  extern uintptr_t *__start_set_pcpu;
>>>  extern uintptr_t *__stop_set_pcpu;
>>
>> Given that you removed this comment, can you now use SET_DECLARE() here?
> 
> No, why, for what do you want it to use?
> 
Oh, oops, sorry; yes, of course.
SET_DECLARE would expand to exactly those two lines.
I am not sure why comment even said that it's impossible to use SET_DECLARE(),
perhaps previously it used to expand to something bigger?

-- 
Andriy Gapon


More information about the svn-src-all mailing list