9os

Experimental kernel using plan9 ideas for embedded device
git clone git://git.simple-cc.org/9os
Log | Files | Refs | README | LICENSE

commit 98d8a7c86f2079810b93fcee3c1de5fe8246f78f
parent 696080fccb78ca5887bb7b507dac6a62e8fb2b2f
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Thu, 27 Mar 2025 15:50:57 +0100

Whitespace changes

Diffstat:
Msrc/libk/p9todir.c | 2+-
Msrc/os9/arch/arm64/sysreg.lst | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libk/p9todir.c b/src/libk/p9todir.c @@ -17,7 +17,7 @@ p9todir(Dir *dp, unsigned char *buf, int size) SHORT(dp->type, buf, n, size); /* type */ LONG(dp->dev, buf, n, size); /* dev */ CHAR(type, buf, n, size); /* qid.type */ - LONG(vers, buf, n, size); /* qid.vers */ + LONG(vers, buf, n, size); /* qid.vers */ LLONG(path, buf, n, size); /* qid.path */ LONG(l, buf, n, size); /* mode */ LONG(l, buf, n, size); /* atime */ diff --git a/src/os9/arch/arm64/sysreg.lst b/src/os9/arch/arm64/sysreg.lst @@ -7,7 +7,7 @@ CLIDR_EL1 S3_1_C0_C0_1 CCSIDR_EL1 S3_1_C0_C0_0 CSSELR_EL1 S3_2_C0_C0_0 CPACR_EL1 S3_0_C1_C0_2 -SPSR_EL1 S3_0_C4_C0_0 +SPSR_EL1 S3_0_C4_C0_0 FPCR S3_3_C4_C4_0 FPSR S3_3_C4_C4_1 MAIR_EL1 S3_0_C10_C2_0