diff options
| -rw-r--r-- | arch/x86/kernel/uv_sysfs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/uv_sysfs.c b/arch/x86/kernel/uv_sysfs.c index 67f9b9dbf800..36afb98675a4 100644 --- a/arch/x86/kernel/uv_sysfs.c +++ b/arch/x86/kernel/uv_sysfs.c | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | #include <linux/sysdev.h> | 22 | #include <linux/sysdev.h> |
| 23 | #include <asm/uv/bios.h> | 23 | #include <asm/uv/bios.h> |
| 24 | #include <asm/uv/uv.h> | ||
| 24 | 25 | ||
| 25 | struct kobject *sgi_uv_kobj; | 26 | struct kobject *sgi_uv_kobj; |
| 26 | 27 | ||
| @@ -47,6 +48,9 @@ static int __init sgi_uv_sysfs_init(void) | |||
| 47 | { | 48 | { |
| 48 | unsigned long ret; | 49 | unsigned long ret; |
| 49 | 50 | ||
| 51 | if (!is_uv_system()) | ||
| 52 | return -ENODEV; | ||
| 53 | |||
| 50 | if (!sgi_uv_kobj) | 54 | if (!sgi_uv_kobj) |
| 51 | sgi_uv_kobj = kobject_create_and_add("sgi_uv", firmware_kobj); | 55 | sgi_uv_kobj = kobject_create_and_add("sgi_uv", firmware_kobj); |
| 52 | if (!sgi_uv_kobj) { | 56 | if (!sgi_uv_kobj) { |
