]> git.ipfire.org Git - thirdparty/grub.git/commit
kern/ieee1275/init: Convert plain numbers to constants in Vec5
authorAvnish Chouhan <avnish@linux.vnet.ibm.com>
Mon, 27 Mar 2023 06:55:39 +0000 (12:25 +0530)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 29 Mar 2023 18:35:05 +0000 (20:35 +0200)
commit8406cfe4774eb2da3db4bf0bc2b2ff6592ecbdaf
treecf1097bb698c4efbc043ce81c504f64667e15449
parentb8b072ddcddfa2f4389c17884f5686f741730456
kern/ieee1275/init: Convert plain numbers to constants in Vec5

This patch converts the plain numbers used in Vec5 properties to constants.

1. LPAR: Client program supports logical partitioning and
   associated hcall()s.
2. SPLPAR: Client program supports the Shared
   Processor LPAR Option.
3. CMO: Enables the Cooperative Memory Over-commitment Option.
4. MAX_CPU: Defines maximum number of CPUs supported.

Signed-off-by: Avnish Chouhan <avnish@linux.vnet.ibm.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/kern/ieee1275/init.c