]> git.baikalelectronics.ru Git - uboot.git/commit
MIPS: remove local_irq_[save|restore] from CP0 macros
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 19 Dec 2018 14:18:52 +0000 (15:18 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 19 Dec 2018 14:23:01 +0000 (15:23 +0100)
commit01edb733b84d7df59eea66495db96b9efc360a65
tree4c284232a390cc28d05eac0e88f324718ff99d8f
parent78af94e4e7a08e613a37dd08873d17c3ace21a7e
MIPS: remove local_irq_[save|restore] from CP0 macros

With moving write_on_tlb() to arch/mips/include/asm/mipsregs.h
there are now compiler warnings when some generic code includes
asm/io.h. This happens for example when enabling OF live tree.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/include/asm/mipsregs.h