The following changes since commit 1f638766ffcd9f08209afcabb3e2df961552fe18:
Merge tag 'spi-v3.10-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi (2013-05-13
08:12:18 -0700)
are available in the git repository at:
git://git.linux-mips.org/pub/scm/daney/upstream-daney.git dd-3.10-rc1
for you to fetch changes up to aea277b5753da8346147912eac2b21c09f1246f6:
MIPS: Make virt_to_phys() work for all unmapped addresses.
(2013-05-13 13:38:15 -0700)
These are four patches that are on the mailing list and are required
to boot on OCTEON. All packaged for a hopefully easy pull.
David Daney
----------------------------------------------------------------
David Daney (3):
Revert "MIPS: microMIPS: Support dynamic ASID sizing."
Revert "MIPS: Allow ASID size to be determined at boot time."
MIPS: Make virt_to_phys() work for all unmapped addresses.
Thomas Gleixner (1):
MIPS: Enable interrupts in arch_cpu_idle()
arch/mips/include/asm/io.h | 2 +-
arch/mips/include/asm/mmu_context.h | 95
++++++++++++++-----------------------
arch/mips/include/asm/page.h | 2 +-
arch/mips/kernel/genex.S | 2 +-
arch/mips/kernel/process.c | 13 +++--
arch/mips/kernel/smtc.c | 10 ++--
arch/mips/kernel/traps.c | 6 +--
arch/mips/lib/dump_tlb.c | 5 +-
arch/mips/lib/r3k_dump_tlb.c | 7 ++-
arch/mips/mm/tlb-r3k.c | 20 ++++----
arch/mips/mm/tlb-r4k.c | 2 +-
arch/mips/mm/tlb-r8k.c | 2 +-
arch/mips/mm/tlbex.c | 79 ------------------------------
13 files changed, 71 insertions(+), 174 deletions(-)