[roll] Roll fuchsia [kernel] Add power_state member to scheduler.

Some build updates required, and added two methods to the scheduler to
be called from a syscall context or dpc thread, in either case, from
thread context.

Acquire the lock, and call the power_state_ respective method.
+ Scheduler::SetPowerDomain
+ Scheduler::SetPowerLevel

Original-Bug: 330349572
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1135915
Original-Revision: 7b6a32e8798daa689e463869fa84f95dc267efe4
GitOrigin-RevId: 58bd85b5c9221be69808ae7a616f04e5c0c650a4
Change-Id: I06a0dca751b5954219e920d5893cfae38ea02027
1 file changed
tree: f53dd1ec34fcfc4c4e4de094335abdc2f353b90e
  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.