public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* arch/mn10300/kernel/process.c:231:43: error: expected ')' before ';' token
@ 2012-09-30  5:54 Fengguang Wu
  0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-09-30  5:54 UTC (permalink / raw)
  To: kernel-janitors


Hi Al,

FYI, kernel build failed on

commit: cc615ab mn10300: convert to generic kernel_thread()
config: mn10300-asb2364_defconfig

All error/warnings:

arch/mn10300/kernel/process.c: In function 'copy_thread':
arch/mn10300/kernel/process.c:231:43: error: expected ')' before ';' token
arch/mn10300/kernel/process.c:238:2: error: expected ';' before '}' token

vim +231 arch/mn10300/kernel/process.c

cc615abc (Al Viro       2012-09-22  230) 	if (unlikely(!kregs)) {
cc615abc (Al Viro       2012-09-22 @231) 		memset(c_regs, 0, sizeof(struct pt_regs);
cc615abc (Al Viro       2012-09-22  232) 		c_regs->a0 = c_usp; /* function */
cc615abc (Al Viro       2012-09-22  233) 		c_regs->d0 = ustk_size; /* argument */
cc615abc (Al Viro       2012-09-22  234) 		local_save_flags(c_regs->epsw);
cc615abc (Al Viro       2012-09-22  235) 		c_regs->epsw |= EPSW_IE | EPSW_IM_7;
cc615abc (Al Viro       2012-09-22  236) 		p->thread.pc	= (unsigned long) ret_from_kernel_thread;
cc615abc (Al Viro       2012-09-22  237) 		return 0;
cc615abc (Al Viro       2012-09-22  238) 	}
db6d428d (Al Viro       2012-09-19  239) 	*c_regs = *kregs;

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-30  5:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-30  5:54 arch/mn10300/kernel/process.c:231:43: error: expected ')' before ';' token Fengguang Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox