|
@@ -9,6 +9,7 @@
|
|
|
|
|
|
.text
|
|
.text
|
|
#include <linux/threads.h>
|
|
#include <linux/threads.h>
|
|
|
|
+#include <linux/init.h>
|
|
#include <linux/linkage.h>
|
|
#include <linux/linkage.h>
|
|
#include <asm/segment.h>
|
|
#include <asm/segment.h>
|
|
#include <asm/page.h>
|
|
#include <asm/page.h>
|
|
@@ -151,7 +152,9 @@ WEAK(xen_entry)
|
|
/* Unknown implementation; there's really
|
|
/* Unknown implementation; there's really
|
|
nothing we can do at this point. */
|
|
nothing we can do at this point. */
|
|
ud2a
|
|
ud2a
|
|
-.data
|
|
|
|
|
|
+
|
|
|
|
+ __INITDATA
|
|
|
|
+
|
|
subarch_entries:
|
|
subarch_entries:
|
|
.long default_entry /* normal x86/PC */
|
|
.long default_entry /* normal x86/PC */
|
|
.long lguest_entry /* lguest hypervisor */
|
|
.long lguest_entry /* lguest hypervisor */
|