[mips-sjhill:mti-next 11/21] arch/mips/math-emu/dsemul.c:104:10: error: 'MM_BRK_MEMU' undeclared

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill mti-next
head:   e96eec97d092418a7b156d7fab0c3f03860031ba
commit: 163e455bd1925e50225d81d190771119c8593014 [11/21] MIPS: Support microMIPS/MIPS16e floating point.
config: make ARCH=mips allmodconfig

All error/warnings:

arch/mips/math-emu/dsemul.c: In function 'mips_dsemul':
arch/mips/math-emu/dsemul.c:104:10: error: 'MM_BRK_MEMU' undeclared (first use in this function)
arch/mips/math-emu/dsemul.c:104:10: note: each undeclared identifier is reported only once for each function it appears in
arch/mips/math-emu/dsemul.c: In function 'do_dsemulret':
arch/mips/math-emu/dsemul.c:137:16: error: 'MM_BRK_MEMU' undeclared (first use in this function)

vim +104 +/MM_BRK_MEMU arch/mips/math-emu/dsemul.c

^1da177e Linus Torvalds 2005-04-16   98  	if (unlikely(!access_ok(VERIFY_WRITE, fr, sizeof(struct emuframe))))
^1da177e Linus Torvalds 2005-04-16   99  		return SIGBUS;
^1da177e Linus Torvalds 2005-04-16  100  
163e455b Steven J. Hill 2012-05-24  101  	if (regs->cp0_epc & 1) {
163e455b Steven J. Hill 2012-05-24  102  		err = __put_user(ir >> 16, (u16 __user *)(&fr->emul));
163e455b Steven J. Hill 2012-05-24  103  		err |= __put_user(ir & 0xffff, (u16 __user *)((long)(&fr->emul) + 2));
163e455b Steven J. Hill 2012-05-24 @104  		err |= __put_user(MM_BREAK_MATH >> 16, (u16 __user *)(&fr->badinst));
163e455b Steven J. Hill 2012-05-24  105  		err |= __put_user(MM_BREAK_MATH & 0xffff, (u16 __user *)((long)(&fr->badinst) + 2));
163e455b Steven J. Hill 2012-05-24  106  	} else {
163e455b Steven J. Hill 2012-05-24  107  		err = __put_user(ir, &fr->emul);

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


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux