[roll] Roll fuchsia [kernel][x86] Correct IOMMU TlbInvalidate

Corrects intel iommu page table implementation to not call the clear
method in TlbInvalidate, as this is now done by the caller.

The PendingTlbInvalidation parameter can also now be made const to
prevent similar errors in the future.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/921473
Original-Revision: 716591269ef5df501cc9a3ce98d9d84c03fc7e8a
GitOrigin-RevId: 1ba81c74fc0cec6f74e91b5f27fde5c6eb29fe9d
Change-Id: If7b14bf34908b611f47f2169e6bf07d3cba54442
1 file changed
tree: b6c30283143b6ef7fb7d6140960a11532c9569a3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.