Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eeca7360 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 8cf1fb21 c92761fd
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -1256,13 +1256,14 @@ static int __init ds_init(void)
{
	unsigned long hv_ret, major, minor;

	if (tlb_type == hypervisor) {
		hv_ret = sun4v_get_version(HV_GRP_REBOOT_DATA, &major, &minor);
		if (hv_ret == HV_EOK) {
			pr_info("SUN4V: Reboot data supported (maj=%lu,min=%lu).\n",
				major, minor);
			reboot_data_supported = 1;
		}

	}
	kthread_run(ds_thread, NULL, "kldomd");

	return vio_register_driver(&ds_driver);