git: b9cdb04f4ea2 - main - Revert "gicv3: Add a verbose message for unknown tables"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Aug 2023 16:38:58 UTC
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=b9cdb04f4ea2f5ba61a45af2d6bc23dbd5f0869d commit b9cdb04f4ea2f5ba61a45af2d6bc23dbd5f0869d Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2023-08-23 15:34:50 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2023-08-23 16:38:20 +0000 Revert "gicv3: Add a verbose message for unknown tables" This reverts commit 7f9694ad7e7c271e341cba65ce482a552ea47230. It has the wrong differential review link --- sys/arm64/arm64/gicv3_its.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/arm64/arm64/gicv3_its.c b/sys/arm64/arm64/gicv3_its.c index cc743e72b032..ef73c76d2062 100644 --- a/sys/arm64/arm64/gicv3_its.c +++ b/sys/arm64/arm64/gicv3_its.c @@ -537,9 +537,6 @@ gicv3_its_table_init(device_t dev, struct gicv3_its_softc *sc) its_tbl_size = page_size; break; default: - if (bootverbose) - device_printf(dev, "Unhandled table type %lx\n", - type); continue; } npages = howmany(its_tbl_size, PAGE_SIZE);