aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2026-08-21 01:28:33 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2026-08-21 02:26:08 +0000
commit601312bf9fc644aa0345374861f1fa5b640cb47d (patch)
tree5f194e06cd36541dc994e2651829253ec2bd27b8 /source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
parenta1aa26b7db2c774b1da5eecb5505efd412ea7a23 (diff)
powerpc/dma: Fix accounting and loading large segments
When the first page of a segment fits alignment, the second likely does not, so the DMA infrastructure (must_bounce()) thinks it needs to bounce the pages. Fix this by passing the previous end (address of byte following the previous segment) as a third argument to must_bounce(), so that the alignment check is done against the start of a new segment if and only if necessary, instead of the current page. Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D58627
Diffstat (limited to 'source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
0 files changed, 0 insertions, 0 deletions