Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222984
b: refs/heads/master
c: 1d37db7
h: refs/heads/master
v: v3
  • Loading branch information
Vernon Mauery authored and Matthew Garrett committed Nov 24, 2010
1 parent d5c172d commit e33f734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a2262260f9eaee4acd56b5624b5d2bf4be9bb38a
refs/heads/master: 1d37db77c1aa199ae9a4114af7c0412c8417e949
3 changes: 2 additions & 1 deletion trunk/drivers/platform/x86/ibm_rtl.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <linux/io.h>
#include <linux/sysdev.h>
#include <linux/dmi.h>
#include <linux/efi.h>
#include <linux/mutex.h>
#include <asm/bios_ebda.h>

Expand Down Expand Up @@ -238,7 +239,7 @@ static int __init ibm_rtl_init(void) {
if (force)
pr_warning("ibm-rtl: module loaded by force\n");
/* first ensure that we are running on IBM HW */
else if (!dmi_check_system(ibm_rtl_dmi_table))
else if (efi_enabled || !dmi_check_system(ibm_rtl_dmi_table))
return -ENODEV;

/* Get the address for the Extended BIOS Data Area */
Expand Down

0 comments on commit e33f734

Please sign in to comment.