|
@@ -50,7 +50,7 @@ struct machine_desc {
|
|
*/
|
|
*/
|
|
#define MACHINE_START(_type,_name) \
|
|
#define MACHINE_START(_type,_name) \
|
|
const struct machine_desc __mach_desc_##_type \
|
|
const struct machine_desc __mach_desc_##_type \
|
|
- __attribute__((__section__(".arch.info"))) = { \
|
|
|
|
|
|
+ __attribute__((__section__(".arch.info.init"))) = { \
|
|
.nr = MACH_TYPE_##_type, \
|
|
.nr = MACH_TYPE_##_type, \
|
|
.name = _name,
|
|
.name = _name,
|
|
|
|
|