artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8475eba
)
Fix typo: SCTX -> SCXT
author
patrick
<patrick@openbsd.org>
Fri, 9 Dec 2022 20:37:39 +0000
(20:37 +0000)
committer
patrick
<patrick@openbsd.org>
Fri, 9 Dec 2022 20:37:39 +0000
(20:37 +0000)
ok kettenis@
sys/arch/arm64/arm64/cpu.c
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/arm64/cpu.c
b/sys/arch/arm64/arm64/cpu.c
index
2104d06
..
5f2e62f
100644
(file)
--- a/
sys/arch/arm64/arm64/cpu.c
+++ b/
sys/arch/arm64/arm64/cpu.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cpu.c,v 1.7
3 2022/11/24 14:43:16 kettenis Exp $
*/
+/* $OpenBSD: cpu.c,v 1.7
4 2022/12/09 20:37:39 patrick Exp $
*/
/*
* Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com>
@@
-610,7
+610,7
@@
cpu_identify(struct cpu_info *ci)
sep = ",";
}
if (ID_AA64PFR0_CSV2(id) >= ID_AA64PFR0_CSV2_SCXT)
- printf("+SC
TX
");
+ printf("+SC
XT
");
if (ID_AA64PFR0_DIT(id) >= ID_AA64PFR0_DIT_IMPL) {
printf("%sDIT", sep);