[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2234BBB33B4B2048B28E3B3ACFC9795C01B53251@CNBEEXC007.nsn-intra.net>
Date: Mon, 22 Mar 2010 10:46:32 +0800
From: "Zhu, Yijun (NSN - CN/Beijing)" <yijun.zhu@....com>
To: <linux-kernel@...r.kernel.org>, <linux-arch@...r.kernel.org>
Subject: Questions about SMP bootup control
Hi All:
I want to do some modification on the SMP architecture.
Purpose:
Only the first CPU is running the linux OS, while others do some private
services processing.
My solution:
In the end of the start_secondary() function, I try to schedu the slave
cpu to call my private endless loop instead of cpu_idle();
Result:
The system can NOT up, there is no interactive cli.
Question:
Is there some wrong with my modification or I go to the wrong way?
Thank you very much.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists