From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 24 Apr 2021 20:34:09 +0800 From: Jamie Huang Subject: Can printk in the root domain cause the system to hung ? Message-ID: <20210424203409.538bf81e@jamie-ThinkPad> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Hi, all: We are now porting ipipe on mips architecture. There is a problem, after local_irq_enable() is called in start_kernel(), system looks hung. We found that this may be related to printk in root domain, if we use early_printk instead of printk, the system looks normal and can continue the kernel boot process. Can someone tell me the possible reason, thanks! --Jamie