Commit 4ca7183e authored by Will Schmidt's avatar Will Schmidt Committed by Anton Blanchard

add #ifdef CONFIG_XMON around a XMON variable reference

parent 10142a9b
......@@ -227,7 +227,12 @@ static void hvc_poll(int index)
spin_unlock_irqrestore(&hp->lock, flags);
}
#if defined (CONFIG_XMON)
extern unsigned long cpus_in_xmon;
#else
unsigned long cpus_in_xmon=0;
#endif
int khvcd(void *unused)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment