mbox series

[0/4] MIPS: sync asm header files with Linux 5.7 (part 1)

Message ID 20200711234618.943362-1-daniel.schwierzeck@gmail.com
Headers show
Series MIPS: sync asm header files with Linux 5.7 (part 1) | expand

Message

Daniel Schwierzeck July 11, 2020, 11:46 p.m. UTC
This is the first part of syncing the MIPS asm header files with
Linux 5.7 to get the latest features for newer MIPS cores and
MIPS architectures. This also prepares for the upcoming Octeon
MIPS64 support.


Daniel Schwierzeck (4):
  mips: remove deprecated UNCACHED_SDRAM() macro
  mips: sync asm/asm.h with Linux 5.7
  mips: sync asm/addrspace.h with Linux 5.7
  mips: sync asm/mipsregs.h with Linux 5.7

 arch/mips/cpu/start.S             |    2 +-
 arch/mips/include/asm/addrspace.h |   27 +-
 arch/mips/include/asm/asm.h       |  130 +---
 arch/mips/include/asm/compiler.h  |   69 ++
 arch/mips/include/asm/isa-rev.h   |   24 +
 arch/mips/include/asm/mipsregs.h  | 1202 ++++++++++++++++++++++++-----
 arch/mips/lib/bootm.c             |    4 +-
 arch/mips/lib/traps.c             |    2 +-
 8 files changed, 1117 insertions(+), 343 deletions(-)
 create mode 100644 arch/mips/include/asm/compiler.h
 create mode 100644 arch/mips/include/asm/isa-rev.h