forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit6163a98
committed
efi: avoid error message when booting under Xen
efifb_probe() will issue an error message in case the kernel is bootedas Xen dom0 from UEFI as EFI_MEMMAP won't be set in this case. Avoidthat message by calling efi_mem_desc_lookup() only if EFI_MEMMAP is set.Fixes:38ac028 ("fbdev/efifb: Honour UEFI memory map attributes when mapping the FB")Signed-off-by: Juergen Gross <jgross@suse.com>Acked-by: Ard Biesheuvel <ardb@kernel.org>Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>Signed-off-by: Juergen Gross <jgross@suse.com>1 parent585c6ed commit6163a98
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
0 commit comments
Comments
(0)