.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * (C) 2003 Bruno Ducrot |
---|
3 | 4 | * (C) 2004 Dominik Brodowski <linux@dominikbrodowski.de> |
---|
4 | | - * |
---|
5 | | - * Licensed under the terms of the GNU GPL License version 2. |
---|
6 | 5 | * |
---|
7 | 6 | * Based on code found in |
---|
8 | 7 | * linux/include/asm-i386/ist.h and linux/arch/i386/kernel/setup.c |
---|
.. | .. |
---|
72 | 71 | printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n"); |
---|
73 | 72 | printf("\nUnfortunately, you have to know what exactly are " |
---|
74 | 73 | "smi_cmd and smi_port, and this\nis system " |
---|
75 | | - "dependant.\n"); |
---|
| 74 | + "dependent.\n"); |
---|
76 | 75 | } |
---|
77 | 76 | return 1; |
---|
78 | 77 | } |
---|