git: c73d20c8316e - main - gicv3_its: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Sep 2022 15:24:24 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=c73d20c8316e933326eee4feba766bd592ff6ac4 commit c73d20c8316e933326eee4feba766bd592ff6ac4 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-09-09 15:22:41 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-09-09 15:23:08 +0000 gicv3_its: Fix typo Sponsored by: Netflix --- sys/arm64/arm64/gicv3_its.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/arm64/gicv3_its.c b/sys/arm64/arm64/gicv3_its.c index 9638046f4f1e..418817c16194 100644 --- a/sys/arm64/arm64/gicv3_its.c +++ b/sys/arm64/arm64/gicv3_its.c @@ -656,7 +656,7 @@ its_init_cpu_lpi(device_t dev, struct gicv3_its_softc *sc) /* Non-cacheable */ xbaser |= GICR_PROPBASER_CACHE_NIN << GICR_PROPBASER_CACHE_SHIFT; - /* Non-sareable */ + /* Non-shareable */ xbaser |= GICR_PROPBASER_SHARE_NS << GICR_PROPBASER_SHARE_SHIFT; gic_r_write_8(gicv3, GICR_PROPBASER, xbaser);