Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115593775
D44036.id134870.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
450 B
Referenced Files
None
Subscribers
None
D44036.id134870.diff
View Options
diff --git a/sys/arm64/arm64/gicv3_its.c b/sys/arm64/arm64/gicv3_its.c
--- a/sys/arm64/arm64/gicv3_its.c
+++ b/sys/arm64/arm64/gicv3_its.c
@@ -831,6 +831,11 @@
/* Make sure the GIC has seen everything */
dsb(sy);
}
+
+ if (bootverbose)
+ device_printf(gicv3, "using %sPENDBASE of %#lx on cpu %d\n",
+ (sc->sc_its_flags & ITS_FLAGS_LPI_PREALLOC) ? "pre-existing " : "",
+ vtophys(sc->sc_pend_base[cpuid]), cpuid);
}
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 7:53 PM (4 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17808444
Default Alt Text
D44036.id134870.diff (450 B)
Attached To
Mode
D44036: gicv3: Report PENDBASE when bootverbose
Attached
Detach File
Event Timeline
Log In to Comment