summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/include/asm/hexagon_vm.h
Commit message (Collapse)AuthorAgeFilesLines
* hexagon: Fix misspellings in comments.Adam Buchbinder2016-04-181-1/+1
| | | | | Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* arch: hexagon: include: asm: add prefix "hvm[ci]_" for all enum members in ↵Chen Gang2014-04-051-36/+36
| | | | | | | | | | | | | | | | | "hexagon_vm.h" Append "hvmc_" or "hvmi_" to all related enum members (which are too common to make conflict with another sub-systems). The related error with allmodconfig: CC [M] drivers/md/raid1.o drivers/md/raid1.c:1440:13: error: 'status' redeclared as different kind of symbol arch/hexagon/include/asm/hexagon_vm.h:76:2: note: previous definition of 'status' was here Also use 'affinity' instead of 'locdis' for __vmintop_affinity(). Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
* Hexagon: update copyright datesRichard Kuo2013-05-011-1/+1
| | | | Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
* Hexagon: add translation types for __vmnewmapRichard Kuo2013-05-011-0/+7
| | | | Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
* Hexagon: add support for ARCH_PFN_OFFSETRichard Kuo2013-05-011-23/+24
| | | | | | | Add support for loading the kernel at a physical offset. The offset should still be 4M aligned. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
* Hexagon: Copyright marking changesRichard Kuo2012-10-191-1/+1
| | | | | | Code Aurora Forum (CAF) is becoming a part of Linux Foundation Labs. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
* Hexagon: Add hypervisor interfaceRichard Kuo2011-11-011-0/+281
Signed-off-by: Richard Kuo <rkuo@codeaurora.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>