aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/config.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-04-23 20:59:23 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-04-23 21:10:44 +0300
commitd4c420689b1872f6fb22f421dfd27704ee94951a (patch)
treec3b1921c7bb1035edb7211e4547d3088dac80778 /arch/riscv64/config.h
parent38c7c94bcd131290dcbae110dfb33b0b78c99d90 (diff)
downloadkmi-d4c420689b1872f6fb22f421dfd27704ee94951a.tar.gz
kmi-d4c420689b1872f6fb22f421dfd27704ee94951a.zip
ran clang-format
Diffstat (limited to 'arch/riscv64/config.h')
-rw-r--r--arch/riscv64/config.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/riscv64/config.h b/arch/riscv64/config.h
index b52585b..ee337b4 100644
--- a/arch/riscv64/config.h
+++ b/arch/riscv64/config.h
@@ -2,17 +2,17 @@
/* --- START ARCH USER CONFIG VALUES --- */
/* physical address to which the kernel will be loaded */
-#define RAM_BASE 0x80000000
-#define PM_KERN_BASE (RAM_BASE + SZ_512K)
-#define PM_KERN_SIZE (SZ_256K)
-#define PM_KERN_TOP (PM_KERN_BASE + PM_KERN_SIZE)
+#define RAM_BASE 0x80000000
+#define PM_KERN_BASE (RAM_BASE + SZ_512K)
+#define PM_KERN_SIZE (SZ_256K)
+#define PM_KERN_TOP (PM_KERN_BASE + PM_KERN_SIZE)
/* --- END ARCH USER CONFIG VALUES --- */
/* don't touch >:( */
-#define PM_STACK_BASE (PM_KERN_BASE + SZ_256K)
-#define PM_STACK_SIZE (SZ_256K)
-#define PM_STACK_TOP (PM_STACK_BASE + PM_STACK_SIZE)
+#define PM_STACK_BASE (PM_KERN_BASE + SZ_256K)
+#define PM_STACK_SIZE (SZ_256K)
+#define PM_STACK_TOP (PM_STACK_BASE + PM_STACK_SIZE)
#if __riscv_xlen == 64
/* 64bit */