mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-07 22:31:51 +00:00
Some Linux applications get the number of CPU cores by querying /proc/cpuinfo. Before, such apps would be confused by a wrong format of /proc/cpuinfo in Graphene. This commit updates format to exactly the same as in Linux kernel. This commit also adds a LibOS regression test for /proc/cpuinfo.