linux-sg2042/arch/csky/kernel
Guo Ren 683fafebf9 csky: Use va_pa_offset instead of phys_offset
The name of phys_offset is so common for global export and it may
conflict with some local name. So change phys_offset to va_pa_offset
which also used by riscv.

Also use __pa() and __va() instead of using phys_offset directly.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Cc: Arnd Bergmann <arnd@arndb.de>
2019-04-22 13:44:57 +08:00
..
Makefile csky: Add perf callchain support 2019-04-22 13:44:57 +08:00
asm-offsets.c csky: remove unused members in processor.h 2018-12-31 23:16:00 +08:00
atomic.S csky: Reconstruct signal processing 2019-04-22 13:44:57 +08:00
cpu-probe.c csky: Exception handling and mm-fault 2018-10-25 23:36:19 +08:00
dumpstack.c csky: Fixup dead loop in show_stack 2019-02-13 09:48:14 +08:00
entry.S csky: Use va_pa_offset instead of phys_offset 2019-04-22 13:44:57 +08:00
ftrace.c csky/ftrace: Add dynamic function tracer (include graph tracer) 2019-04-22 13:44:57 +08:00
head.S csky: Support vmlinux bootup with MMU off 2019-04-22 13:44:57 +08:00
irq.c csky: IRQ handling 2018-10-26 00:54:22 +08:00
module.c csky: fixup compile error with CPU 810. 2019-01-10 04:37:37 -08:00
perf_callchain.c csky: Add perf callchain support 2019-04-22 13:44:57 +08:00
perf_event.c csky: Add perf support for C-SKY 2019-01-02 22:17:11 +08:00
power.c csky: Library functions 2018-10-26 00:54:24 +08:00
process.c csky: stacktrace supported. 2018-12-31 23:12:22 +08:00
ptrace.c csky: Update syscall_trace_enter/exit implementation 2019-04-22 13:44:57 +08:00
setup.c csky: Use va_pa_offset instead of phys_offset 2019-04-22 13:44:57 +08:00
signal.c csky: Reconstruct signal processing 2019-04-22 13:44:57 +08:00
smp.c csky: coding convention: Use task_stack_page 2019-02-13 09:48:14 +08:00
stacktrace.c csky: stacktrace supported. 2018-12-31 23:12:22 +08:00
syscall.c csky: System Call 2018-10-25 23:36:19 +08:00
syscall_table.c csky: System Call 2018-10-25 23:36:19 +08:00
time.c csky: Process management and Signal 2018-10-26 00:54:13 +08:00
traps.c csky: remove unused members in processor.h 2018-12-31 23:16:00 +08:00
vdso.c csky: VDSO and rt_sigreturn 2018-10-26 00:54:22 +08:00
vmlinux.lds.S csky: Kernel booting 2018-10-25 23:36:19 +08:00