Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 02:25:56 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339519 - head/sys/powerpc/pseries
Message-ID:  <201810210225.w9L2PuRm090308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Sun Oct 21 02:25:56 2018
New Revision: 339519
URL: https://svnweb.freebsd.org/changeset/base/339519

Log:
  powerpc64/xics: Fix comment typo

Modified:
  head/sys/powerpc/pseries/xics.c

Modified: head/sys/powerpc/pseries/xics.c
==============================================================================
--- head/sys/powerpc/pseries/xics.c	Sun Oct 21 02:24:37 2018	(r339518)
+++ head/sys/powerpc/pseries/xics.c	Sun Oct 21 02:25:56 2018	(r339519)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810210225.w9L2PuRm090308>