1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Don't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP. It breaks

compatibility without any means for the kernel to work with
an older loader.
This commit is contained in:
Marcel Moolenaar 2011-01-11 22:07:39 +00:00
parent 02d09fbb52
commit 6949dd5cc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217290

View File

@ -29,6 +29,7 @@
#ifndef _MACHINE_METADATA_H_
#define _MACHINE_METADATA_H_
#define MODINFOMD_DTBP 0x1001
#define MODINFOMD_BOOTINFO 0x1001
#define MODINFOMD_DTBP 0x1002
#endif /* !_MACHINE_METADATA_H_ */