Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-20 | sysfs: Add (empty) cpu directories for each cpu in /sys/devices/system/cpu. | Nicolas Lacasse | |
Numpy needs these. Also added the "present" directory, since the contents are the same as possible and online. PiperOrigin-RevId: 209451777 Change-Id: I2048de3f57bf1c57e9b5421d607ca89c2a173684 | |||
2018-08-16 | fs: Support possible and online knobs for cpu | Chenggang Qin | |
Some linux commands depend on /sys/devices/system/cpu/possible, such as 'lscpu'. Add 2 knobs for cpu: /sys/devices/system/cpu/possible /sys/devices/system/cpu/online Both the values are '0 - Kernel.ApplicationCores()-1'. Change-Id: Iabd8a4e559cbb630ed249686b92c22b4e7120663 PiperOrigin-RevId: 209070163 |