]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Add hypervisor interface
authorRichard Kuo <rkuo@codeaurora.org>
Wed, 14 Sep 2011 00:50:28 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Sep 2011 00:50:28 +0000 (10:50 +1000)
commit3a443ecf2766eeb80ce08af7c5a8bb89d54fc323
treec1b36932489bf179913a8126d39ba1801014b1be
parentb7920eeede405c91448f80e9dad19b3102c909ba
Hexagon: Add hypervisor interface

The port of Linux for Hexagon runs on top of a hypervisor layer,
which presents an interface for memory management, events, hardware
control, etc.

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/hexagon/include/asm/hexagon_vm.h [new file with mode: 0644]
arch/hexagon/include/asm/vm_mmu.h [new file with mode: 0644]
arch/hexagon/kernel/vm_entry.S [new file with mode: 0644]
arch/hexagon/kernel/vm_events.c [new file with mode: 0644]
arch/hexagon/kernel/vm_init_segtable.S [new file with mode: 0644]
arch/hexagon/kernel/vm_ops.S [new file with mode: 0644]
arch/hexagon/kernel/vm_switch.S [new file with mode: 0644]
arch/hexagon/kernel/vm_vectors.S [new file with mode: 0644]