commit | 59218bb9b378d63ca22a634b5c4f818bd07c0690 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Dec 19 15:18:52 2018 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Dec 19 15:23:01 2018 +0100 |
tree | 4c284232a390cc28d05eac0e88f324718ff99d8f | |
parent | d81c900fc3b0cf840dbafa5ddfbb64cbf2661f4e [diff] |
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>