aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/pseries/xics.c
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2018-10-21 02:25:56 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2018-10-21 02:25:56 +0000
commit54b310b892ad2d0afeafa76f442e68259f09adc0 (patch)
tree6e852226ec640ca55c2e00fbe0d7477c2863bbae /sys/powerpc/pseries/xics.c
parent2756851a7771dcc00b723761528e9af2763119c0 (diff)
downloadsrc-54b310b892ad2d0afeafa76f442e68259f09adc0.tar.gz
src-54b310b892ad2d0afeafa76f442e68259f09adc0.zip
Notes
Diffstat (limited to 'sys/powerpc/pseries/xics.c')
-rw-r--r--sys/powerpc/pseries/xics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/pseries/xics.c b/sys/powerpc/pseries/xics.c
index f8d24854fe80..9a760d590652 100644
--- a/sys/powerpc/pseries/xics.c
+++ b/sys/powerpc/pseries/xics.c
@@ -143,7 +143,7 @@ static driver_t xics_driver = {
/* We can only pass physical addresses into OPAL. Kernel stacks are in the KVA,
* not in the direct map, so we need to somehow extract the physical address.
* However, pmap_kextract() takes locks, which is forbidden in a critical region
- * (which PMAP_DISPATCH() operates in). The kernel is mapped into the Direct
+ * (which PIC_DISPATCH() operates in). The kernel is mapped into the Direct
* Map (0xc000....), and the CPU implicitly drops the top two bits when doing
* real address by nature that the bus width is smaller than 64-bits. Placing
* cpu_xirr into the DMAP lets us take advantage of this and avoids the