[roll] Roll fuchsia [kernel][lockup] Refactor lockup detector initialization

This is a minor refactoring change in preparation for implementing
CPU_SUSPEND.

Make lockup_secondary_init primary/secondary agnostic and rename to
lockup_percpu_init to indicate that it must be call on each CPU.

Change lockup_primary_init to just perform the common-to-all
initialization and rename to lockup_init.

Original-Bug: 414456459
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1270934
Original-Revision: 1b9539d2825fdd7ce03e43ec022ca7459169f5df
GitOrigin-RevId: f62129dc89f36f3ec72212aadf458f2e1aa63632
Change-Id: Ib98c2f3c81f5a74cdb9787052f8b2b489581b15e
1 file changed
tree: 792b621feb1629b60f044a2ec64d1132c35b04a7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.