unicore32 core architecture: processor and system headers
authorGuanXuetao <gxt@mprc.pku.edu.cn>
Sat, 15 Jan 2011 10:15:01 +0000 (18:15 +0800)
committerGuanXuetao <gxt@mprc.pku.edu.cn>
Thu, 17 Mar 2011 01:19:06 +0000 (09:19 +0800)
commit79725df5786d2fa48f582b116ea1d74193cc96ca
treef617d939932294048eb448649066f0d248987411
parent87c1a3fb7c07322dfd63a63dd6d42339ad52ddee
unicore32 core architecture: processor and system headers

This patch includes processor and system headers. System call interface is here.
We used the syscall interface the same as asm-generic version.

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
arch/unicore32/include/asm/byteorder.h [new file with mode: 0644]
arch/unicore32/include/asm/cpu-single.h [new file with mode: 0644]
arch/unicore32/include/asm/cputype.h [new file with mode: 0644]
arch/unicore32/include/asm/hwcap.h [new file with mode: 0644]
arch/unicore32/include/asm/processor.h [new file with mode: 0644]
arch/unicore32/include/asm/system.h [new file with mode: 0644]
arch/unicore32/include/asm/unistd.h [new file with mode: 0644]
arch/unicore32/kernel/sys.c [new file with mode: 0644]
arch/unicore32/mm/proc-macros.S [new file with mode: 0644]
arch/unicore32/mm/proc-ucv2.S [new file with mode: 0644]