[roll] Roll fuchsia [kernel][arm64] Remove assertions on min # of {watch,break}points

While it is indeed spec'd that the A profile must contribute at least 2
hardware watchpoints and 2 hardware breakpoints, we have come across a
VM context where no such points are offered. (The relevant feature
system registers report zero). Accordingly, we remove the assertions
around this count being at least 2. (Defensively, it's also better to
avoid assertions around facts about hardware too.) The code that deals
with this count already handles the zero case.

Original-Bug: 408017241
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1239685
Original-Revision: f5a59846bb8cfc2b499c9612fdbac664adf6c610
GitOrigin-RevId: 5eba5f5845b17e85edc300b6701f8c8195fe20b1
Change-Id: I0d8053d1f01aaec6f0b688f997499aab550f5fd1
1 file changed
tree: ebf10a6bccdfa273c2b46c3e5ca7eea844276c21
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.