diff options
author | Guo Ren <ren_guo@c-sky.com> | 2018-09-05 08:25:08 +0200 |
---|---|---|
committer | Guo Ren <ren_guo@c-sky.com> | 2018-10-25 17:36:19 +0200 |
commit | 081860b970adb69888734df0c8aa849b00ea7254 (patch) | |
tree | b913c3a0f6d690677ebcd10f40f02c635f4a92a9 /arch/csky/include/asm/unistd.h | |
parent | csky: Kernel booting (diff) | |
download | linux-081860b970adb69888734df0c8aa849b00ea7254.tar.xz linux-081860b970adb69888734df0c8aa849b00ea7254.zip |
csky: Exception handling and mm-fault
This patch adds exception handling code, cpuinfo and mm-fault code.
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/csky/include/asm/unistd.h')
-rw-r--r-- | arch/csky/include/asm/unistd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/csky/include/asm/unistd.h b/arch/csky/include/asm/unistd.h new file mode 100644 index 000000000000..284487477a61 --- /dev/null +++ b/arch/csky/include/asm/unistd.h @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. + +#include <uapi/asm/unistd.h> |