Re: linux-next: build failure after merge of the percpu tree

Previous thread: [GIT PULL||RFC 00/11] perf library and regression testing improvements by Arnaldo Carvalho de Melo on Monday, January 3, 2011 - 8:48 pm. (25 messages)

Next thread: linux-next: manual merge of the usb tree with the arm tree by Stephen Rothwell on Monday, January 3, 2011 - 9:55 pm. (2 messages)
From: Stephen Rothwell
Date: Monday, January 3, 2011 - 9:21 pm

Hi all,

After merging the percpu tree, today's linux-next build (x86_64
allmodconfig) failed like this:

arch/x86/kernel/cpu/mcheck/therm_throt.c: In function 'intel_thermal_interrupt':
arch/x86/kernel/cpu/mcheck/therm_throt.c:368: error: implicit declaration of function 'this_cpu_has'

Caused by commit 6ac0bb7148b93fb40bccba5dff06d51a3e3ea283 ("x86: use
this_cpu_has for thermal_interrupt").

this_cpu_has() does not exist anywhere except in this introduced usage.

I have used the percpu tree from next-20101231 for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
From: Tejun Heo
Date: Monday, January 3, 2011 - 10:13 pm

Hello, Stephen.


My apologies.  I forgot an earlier patch to introduce this_cpu_has()
macro.  I've reverted the offending commit.

Thank you.

--
tejun
--

Previous thread: [GIT PULL||RFC 00/11] perf library and regression testing improvements by Arnaldo Carvalho de Melo on Monday, January 3, 2011 - 8:48 pm. (25 messages)

Next thread: linux-next: manual merge of the usb tree with the arm tree by Stephen Rothwell on Monday, January 3, 2011 - 9:55 pm. (2 messages)