Hi Linus,

Please pull ARC changes for 3.16 merge window.

Thx,
-Vineet

----------------->
The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:

  Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ 
tags/arc-v3.16-rc1

for you to fetch changes up to ef680cdc24376f394841a3f19b3a7ef6d57a009d:

  ARC: Disable caches in early boot if so configured (2014-06-03 15:14:48 +0530)

----------------------------------------------------------------
Nothing too exciting here, just minor fixes/cleanup. Only noteworthy ones are:

* Moving cache disabling to early boot
* ARC UART enabled only if earlyprintk setup in cmdline

----------------------------------------------------------------
Terence Eden (1):
      ARC: Fixed spelling errors within comments

Vineet Gupta (8):
      ARC: [SMP] ISS SMP extension bitrot
      ARC: fix mmuv2 warning
      ARC: make start_thread() out-of-line
      ARC: arc_local_timer_setup() need not pass own cpu id
      ARC: remove duplicate header exports
      ARC: [arcfpga] Get rid of legacy BVCI latency unit support
      ARC: [arcfpga] Early ARC UART to be only activated by cmdline
      ARC: Disable caches in early boot if so configured

 arch/arc/boot/dts/angel4.dts     |   2 +-
 arch/arc/include/asm/cache.h     |  27 ++++++++++
 arch/arc/include/asm/irq.h       |   4 +-
 arch/arc/include/asm/processor.h |  29 ++---------
 arch/arc/include/uapi/asm/Kbuild |   7 ---
 arch/arc/kernel/entry.S          |  12 ++---
 arch/arc/kernel/head.S           |  38 ++++++++++++--
 arch/arc/kernel/irq.c            |  18 -------
 arch/arc/kernel/process.c        |  23 ++++++++
 arch/arc/kernel/smp.c            |   2 +-
 arch/arc/kernel/time.c           |  11 ++--
 arch/arc/mm/cache_arc700.c       | 110 +++++++++++----------------------------
 arch/arc/plat-arcfpga/Kconfig    |  32 ------------
 arch/arc/plat-arcfpga/Makefile   |   2 +-
 arch/arc/plat-arcfpga/platform.c |  72 +++----------------------
 arch/arc/plat-arcfpga/smp.c      |  18 +++++++
 16 files changed, 158 insertions(+), 249 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to