mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zipl: rename PROGRAM_TABLE_* to {LEGACY}_BLKPTR_FORMAT_ID
In preparation of decoupling the program table position from the block pointer format, rename: PROGRAM_TABLE_0 to LEGACY_BLKPTR_FORMAT_ID PRAGRAM_TABLE_1 to BLKPTR_FORMAT_ID Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Acked-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
7ecad86938
commit
555f3782d4
@@ -85,7 +85,8 @@ enum blkptr_format_id {
|
||||
* this is the "new" format which serves only List-Directed IPL,
|
||||
* but is also suitable for CCW-type IPL.
|
||||
*/
|
||||
BLKPTR_FORMAT_ID
|
||||
BLKPTR_FORMAT_ID,
|
||||
NR_BLKPTR_FORMATS
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user