linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* percpu error in linux-next (CONFIG_SMP=n)
@ 2009-12-01 18:30 Randy Dunlap
  2009-12-01 23:42 ` [PATCH] percpu: add missing per_cpu_ptr_to_phys() definition for UP Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2009-12-01 18:30 UTC (permalink / raw)
  To: Tejun Heo, LKML, linux-next

hi Tejun,

drivers/base/cpu.c: line 100: fails to build when CONFIG_SMP=n:

	addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum));

Can you suggest a fix for that, please?

thanks,
-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-02 16:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-01 18:30 percpu error in linux-next (CONFIG_SMP=n) Randy Dunlap
2009-12-01 23:42 ` [PATCH] percpu: add missing per_cpu_ptr_to_phys() definition for UP Tejun Heo
2009-12-02 16:38   ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).